We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1981230 commit cb00c4fCopy full SHA for cb00c4f
examples/openai/script_multi_generator_openai.py
@@ -18,7 +18,7 @@
18
graph_config = {
19
"llm": {
20
"api_key": openai_key,
21
- "model": "gpt-3.5-turbo",
+ "model": "gpt-4o",
22
},
23
"library": "beautifulsoup"
24
}
@@ -51,4 +51,4 @@
51
# ************************************************
52
53
graph_exec_info = script_creator_graph.get_execution_info()
54
-print(prettify_exec_info(graph_exec_info))
+print(prettify_exec_info(graph_exec_info))
0 commit comments