Scrapegraph-ai/examples/extras/example.yml
Marco Vinciguerra 92cabe1da6
Some checks failed
/ build (3.10) (push) Has been cancelled
add load examples from a yml file
2024-06-23 13:02:35 +02:00

15 lines
348 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
}