mirror of
https://github.com/VinciGit00/Scrapegraph-ai.git
synced 2026-06-06 21:13:22 +08:00
16 lines
346 B
YAML
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
|
|
}
|