From 95e8151ddf7beffa49d7e85e215df146b2e727b6 Mon Sep 17 00:00:00 2001 From: Aniket Maurya Date: Thu, 30 Nov 2023 16:22:09 +0000 Subject: [PATCH 1/2] fix minor typo --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index dd4eb52ed..3e7a401f0 100644 --- a/README.md +++ b/README.md @@ -207,7 +207,8 @@ The gguf-converted files for this model can be found here: [functionary-7b-v1](h messages = [ { "role": "system", - "content": "A chat between a curious user and an artificial intelligence assitant. The assistant gives helpful, detailed, and polite answers to the user's questions. The assistant callse functions with appropriate input when necessary" + "content": "A chat between a curious user and an artificial intelligence assitant. The assistant gives helpful, detailed, and polite answers to the user's questions. The assistant calls functions with appropriate input when necessary" + }, { "role": "user", From 4c36677710b3c87ce1b410db4636bbf699a3778a Mon Sep 17 00:00:00 2001 From: Andrei Date: Mon, 11 Dec 2023 20:40:12 -0500 Subject: [PATCH 2/2] Fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3e7a401f0..560ca2786 100644 --- a/README.md +++ b/README.md @@ -207,7 +207,7 @@ The gguf-converted files for this model can be found here: [functionary-7b-v1](h messages = [ { "role": "system", - "content": "A chat between a curious user and an artificial intelligence assitant. The assistant gives helpful, detailed, and polite answers to the user's questions. The assistant calls functions with appropriate input when necessary" + "content": "A chat between a curious user and an artificial intelligence assistant. The assistant gives helpful, detailed, and polite answers to the user's questions. The assistant calls functions with appropriate input when necessary" }, {