diff --git a/README.md b/README.md index 4417dd0..5c01c4e 100644 --- a/README.md +++ b/README.md @@ -64,7 +64,6 @@ fn main() -> Result<(), Box> { role: chat_completion::MessageRole::user, content: String::from("What is Bitcoin?"), name: None, - function_call: None, }], ); let result = client.chat_completion(req)?;