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.
2 parents 95e430b + 6ea2cbf commit fb90295Copy full SHA for fb90295
1 file changed
README.md
@@ -73,7 +73,8 @@ from scrapegraphai.graphs import SmartScraperGraph
73
graph_config = {
74
"llm": {
75
"model": "ollama/llama3.2",
76
- "model_tokens": 8192
+ "model_tokens": 8192,
77
+ "format": "json",
78
},
79
"verbose": True,
80
"headless": False,
0 commit comments