We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents db3afad + 8932d5f commit 7c3e63fCopy full SHA for 7c3e63f
docs/source/scrapers/llm.rst
@@ -30,7 +30,7 @@ Then we can use them in the graph configuration as follows:
30
31
graph_config = {
32
"llm": {
33
- "model": "llama3",
+ "model": "ollama/llama3",
34
"temperature": 0.0,
35
"format": "json",
36
},
0 commit comments