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 fef5eb0 commit 5f562b8Copy full SHA for 5f562b8
README.md
@@ -68,7 +68,7 @@ from scrapegraphai.graphs import SmartScraperGraph
68
graph_config = {
69
"llm": {
70
"api_key": "YOUR_OPENAI_APIKEY",
71
- "model": "gpt-4o-mini",
+ "model": "openai/gpt-4o-mini",
72
},
73
"verbose": True,
74
"headless": False,
0 commit comments