Skip to content

Commit ef770e4

Browse files
Updated 'How to call functions with chat models' cookbook to use GPT-5. Also fixed a minor typo
1 parent 7706142 commit ef770e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/How_to_call_functions_with_chat_models.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -515,7 +515,7 @@
515515
"source": [
516516
"### Parallel Function Calling\n",
517517
"\n",
518-
"Newer models such as gpt-5, gpt-4o or gpt-3.5-turbo can call multiple functions in one turn."
518+
"Newer models such as gpt-5, gpt-4.1 or gpt-4o can call multiple functions in one turn."
519519
]
520520
},
521521
{

0 commit comments

Comments
 (0)