Merge pull request #498 from pycui/pcui/fix-ask-db-func-spec

Fix ask_database in call functions with chat model example
This commit is contained in:
colin-openai 2023-06-14 08:19:39 +01:00 committed by GitHub
commit 537ad41561

View File

@ -428,7 +428,7 @@
"functions = [\n",
" {\n",
" \"name\": \"ask_database\",\n",
" \"description\": \"Use this function to answer user questions about music. Output should be a fully formed SQL query.\",\n",
" \"description\": \"Use this function to answer user questions about music. Input should be a fully formed SQL query.\",\n",
" \"parameters\": {\n",
" \"type\": \"object\",\n",
" \"properties\": {\n",