Skip to content

Commit

Permalink
Update README.md functionary demo typo (#996)
Browse files Browse the repository at this point in the history
missing comma
  • Loading branch information
evelynmitchell authored Dec 17, 2023
1 parent f1c631d commit 37da8e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down

0 comments on commit 37da8e8

Please sign in to comment.