We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a747aa8 + 35ae412 commit 1965624Copy full SHA for 1965624
README.md
@@ -73,7 +73,7 @@ async fn main() -> Result<(), Box<dyn std::error::Error>> {
73
model: chat_completion::GPT4.to_string(),
74
messages: vec![chat_completion::ChatCompletionMessage {
75
role: chat_completion::MessageRole::user,
76
- content: Some(String::from("What is Bitcoin?")),
+ content: String::from("What is Bitcoin?"),
77
name: None,
78
function_call: None,
79
}],
0 commit comments