Add full application source
This commit is contained in:
14
config_ollama.json
Normal file
14
config_ollama.json
Normal file
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"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
|
||||
}
|
||||
Reference in New Issue
Block a user