Skip to content

Commit 37a8fdd

Browse files
authored
Merge pull request #382 from pinecone-io/adhvik/update-gpt-model
Update gpt model to 4o-mini in gen-qa-openai.ipynb
2 parents 7ec70e5 + f2b1e38 commit 37a8fdd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/gen-qa-openai.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -850,7 +850,7 @@
850850
" sys_prompt = \"You are a helpful assistant that always answers questions.\"\n",
851851
" # query text-davinci-003\n",
852852
" res = openai.ChatCompletion.create(\n",
853-
" model='gpt-3.5-turbo-0613',\n",
853+
" model='gpt-4o-mini-2024-07-18',\n",
854854
" messages=[\n",
855855
" {\"role\": \"system\", \"content\": sys_prompt},\n",
856856
" {\"role\": \"user\", \"content\": prompt}\n",

0 commit comments

Comments
 (0)