From f766b70c9a63801f6f27dc92b4ab822f92055bc9 Mon Sep 17 00:00:00 2001 From: Caleb Hoff Date: Thu, 4 Jan 2024 17:12:32 -0600 Subject: [PATCH] Fix: Correct typo in README.md (#1058) In Llama.create_chat_completion, the `tool_choice` property does not have an s on the end. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 97fe6e1..b2e879e 100644 --- a/README.md +++ b/README.md @@ -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"