Fix readme

This commit is contained in:
Dongri Jin
2024-07-17 17:46:11 +09:00
parent 5b55e69070
commit 4fcdd1d582

View File

@ -65,6 +65,8 @@ async fn main() -> Result<(), Box<dyn std::error::Error>> {
role: chat_completion::MessageRole::user,
content: chat_completion::Content::Text(String::from("What is bitcoin?")),
name: None,
tool_calls: None,
tool_call_id: None,
}],
);