Skip to content

Commit 7c3e63f

Browse files
authored
Merge pull request #951 from garciasces/patch-1
Update llm.rst
2 parents db3afad + 8932d5f commit 7c3e63f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/scrapers/llm.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Then we can use them in the graph configuration as follows:
3030
3131
graph_config = {
3232
"llm": {
33-
"model": "llama3",
33+
"model": "ollama/llama3",
3434
"temperature": 0.0,
3535
"format": "json",
3636
},

0 commit comments

Comments
 (0)