Skip to content

Commit cb00c4f

Browse files
committed
changed model
1 parent 1981230 commit cb00c4f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/openai/script_multi_generator_openai.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
graph_config = {
1919
"llm": {
2020
"api_key": openai_key,
21-
"model": "gpt-3.5-turbo",
21+
"model": "gpt-4o",
2222
},
2323
"library": "beautifulsoup"
2424
}
@@ -51,4 +51,4 @@
5151
# ************************************************
5252

5353
graph_exec_info = script_creator_graph.get_execution_info()
54-
print(prettify_exec_info(graph_exec_info))
54+
print(prettify_exec_info(graph_exec_info))

0 commit comments

Comments
 (0)