Skip to content

Commit bd5b686

Browse files
authored
Update search_graph_openai.py
1 parent ece605e commit bd5b686

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/openai/search_graph_openai.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
graph_config = {
1717
"llm": {
1818
"api_key": openai_key,
19-
"model": "gpt-3.5-turbo",
19+
"model": "gpt-4o",
2020
},
2121
"max_results": 2,
2222
"verbose": True,

0 commit comments

Comments
 (0)