mirror of
https://github.com/VinciGit00/Scrapegraph-ai.git
synced 2026-06-23 21:00:30 +08:00
changed model
This commit is contained in:
parent
1981230e6f
commit
cb00c4fb17
@ -18,7 +18,7 @@ openai_key = os.getenv("OPENAI_APIKEY")
|
||||
graph_config = {
|
||||
"llm": {
|
||||
"api_key": openai_key,
|
||||
"model": "gpt-3.5-turbo",
|
||||
"model": "gpt-4o",
|
||||
},
|
||||
"library": "beautifulsoup"
|
||||
}
|
||||
@ -51,4 +51,4 @@ print(result)
|
||||
# ************************************************
|
||||
|
||||
graph_exec_info = script_creator_graph.get_execution_info()
|
||||
print(prettify_exec_info(graph_exec_info))
|
||||
print(prettify_exec_info(graph_exec_info))
|
||||
|
||||
Loading…
Reference in New Issue
Block a user