mirror of
https://github.com/james-m-jordan/openai-cookbook.git
synced 2025-05-09 19:32:38 +00:00
fix incorrect model name
This commit is contained in:
parent
f595363e63
commit
9943947cd9
@ -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…
x
Reference in New Issue
Block a user