Skip to content

Commit fb90295

Browse files
authored
Merge pull request #1034 from adrienpacifico/patch-1
Add format key to LLM configuration, solve bug.
2 parents 95e430b + 6ea2cbf commit fb90295

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,8 @@ from scrapegraphai.graphs import SmartScraperGraph
7373
graph_config = {
7474
"llm": {
7575
"model": "ollama/llama3.2",
76-
"model_tokens": 8192
76+
"model_tokens": 8192,
77+
"format": "json",
7778
},
7879
"verbose": True,
7980
"headless": False,

0 commit comments

Comments
 (0)