14 lines
286 B
JSON
14 lines
286 B
JSON
{
|
|
"ollama_host": "http://localhost:11434",
|
|
"model": "",
|
|
"timeout": 60,
|
|
"temperature": 0.1,
|
|
"top_p": 0.9,
|
|
"max_tokens": 512,
|
|
"prompt_template": "",
|
|
"browser_engine": "Playwright",
|
|
"headless": false,
|
|
"viewport": "1280x720",
|
|
"mouse_delay_ms": 50,
|
|
"retry_limit": 3
|
|
} |