Merge pull request #499 from openai/joe/remove-incorrect-model-name

fix incorrect model name
pull/501/head
joe-at-openai 1 year ago committed by GitHub
commit 41a5d394ca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -513,7 +513,7 @@
"Your response should consist of ONLY the SQL query with the separator sql_start at the beginning and sql_end at the end\"\"\",\n", "Your response should consist of ONLY the SQL query with the separator sql_start at the beginning and sql_end at the end\"\"\",\n",
" }\n", " }\n",
" )\n", " )\n",
" response = chat_completion_request(messages, model=\"gpt-4-next\")\n", " response = chat_completion_request(messages, model=\"gpt-4-0613\")\n",
"\n", "\n",
" # Retrying with the fixed SQL query. If it fails a second time we exit.\n", " # Retrying with the fixed SQL query. If it fails a second time we exit.\n",
" try:\n", " try:\n",
@ -1354,9 +1354,9 @@
], ],
"metadata": { "metadata": {
"kernelspec": { "kernelspec": {
"display_name": "tua", "display_name": "Python 3 (ipykernel)",
"language": "python", "language": "python",
"name": "tua" "name": "python3"
}, },
"language_info": { "language_info": {
"codemirror_mode": { "codemirror_mode": {
@ -1368,7 +1368,7 @@
"name": "python", "name": "python",
"nbconvert_exporter": "python", "nbconvert_exporter": "python",
"pygments_lexer": "ipython3", "pygments_lexer": "ipython3",
"version": "3.10.11" "version": "3.9.9"
} }
}, },
"nbformat": 4, "nbformat": 4,

Loading…
Cancel
Save