Fix readme

This commit is contained in:
Dongri Jin
2024-01-07 07:56:39 +09:00
parent 46d766f621
commit c8d376ea08

View File

@ -64,7 +64,6 @@ fn main() -> Result<(), Box<dyn std::error::Error>> {
role: chat_completion::MessageRole::user,
content: String::from("What is Bitcoin?"),
name: None,
function_call: None,
}],
);
let result = client.chat_completion(req)?;