Scrapegraph-ai/examples/extras/example.yml
Marco Vinciguerra dc0a138a7e run pre commit
2025-01-12 16:35:31 +01:00

16 lines
346 B
YAML

{
"llm": {
"model": "ollama/llama3",
"temperature": 0,
"format": "json",
# "base_url": "http://localhost:11434",
},
"embeddings": {
"model": "ollama/nomic-embed-text",
"temperature": 0,
# "base_url": "http://localhost:11434",
},
"verbose": true,
"headless": false
}