Fix: Correct typo in README.md (#1058)

In Llama.create_chat_completion, the `tool_choice` property does not have an s on the end.
This commit is contained in:
Caleb Hoff 2024-01-04 17:12:32 -06:00 committed by GitHub
parent cf743ec5d3
commit f766b70c9a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -238,7 +238,7 @@ The gguf-converted files for this model can be found here: [functionary-7b-v1](h
}
}
}],
tool_choices=[{
tool_choice=[{
"type": "function",
"function": {
"name": "UserDetail"