mirror of
https://github.com/openai/openai-cookbook
synced 2024-11-04 06:00:33 +00:00
Merge pull request #499 from openai/joe/remove-incorrect-model-name
fix incorrect model name
This commit is contained in:
commit
41a5d394ca
@ -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…
Reference in New Issue
Block a user