From 37da8e863abd3ac305d638827953a2d7ee3af43b Mon Sep 17 00:00:00 2001 From: evelynmitchell Date: Sat, 16 Dec 2023 17:00:30 -0700 Subject: [PATCH] Update README.md functionary demo typo (#996) missing comma --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0aacdf9..2f413db 100644 --- a/README.md +++ b/README.md @@ -220,7 +220,7 @@ The gguf-converted files for this model can be found here: [functionary-7b-v1](h "function": { "name": "UserDetail", "parameters": { - "type": "object" + "type": "object", "title": "UserDetail", "properties": { "name": {