8000 Fix: Correct typo in README.md (#1058) · sjanaX01/llama-cpp-python@f766b70 · GitHub
[go: up one dir, main page]

Skip to content

Commit f766b70

Browse files
authored
Fix: Correct typo in README.md (abetlen#1058)
In Llama.create_chat_completion, the `tool_choice` property does not have an s on the end.
1 parent cf743ec commit f766b70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ The gguf-converted files for this model can be found here: [functionary-7b-v1](h
238238
}
239239
}
240240
}],
241-
tool_choices=[{
241+
tool_choice=[{
242242
"type": "function",
243243
"function": {
244244
"name": "UserDetail"

0 commit comments

Comments
 (0)
0