Add full application source

This commit is contained in:
Dr Jones
2026-05-22 12:47:24 -07:00
parent 53138fdd1e
commit c958a06b96
37 changed files with 6642 additions and 0 deletions

14
config_ollama.json Normal file
View 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
}