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:
parent
cf743ec5d3
commit
f766b70c9a
1 changed files with 1 additions and 1 deletions
|
@ -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",
|
"type": "function",
|
||||||
"function": {
|
"function": {
|
||||||
"name": "UserDetail"
|
"name": "UserDetail"
|
||||||
|
|
Loading…
Reference in a new issue