b901b8be6e
gemma4:26b under format:json ignores the bare-array instruction and returns a
reasoning object ({"thought": ...}), which broke Phase-1 selection (Unterminated
string -> silent fallback to first-5). Selection now uses ollama_select_model
(default qwen2.5:1.5b); summaries stay on gemma4:26b. Also tolerate dict-shaped
selection responses defensively.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
20 lines
702 B
JSON
20 lines
702 B
JSON
{
|
|
"freshrss_url": "http://your-freshrss-ip",
|
|
"freshrss_user": "your-username",
|
|
"freshrss_api_key": "your-api-password",
|
|
"ollama_url": "http://your-ollama-ip:11434",
|
|
"ollama_model": "gemma4:26b",
|
|
"ollama_select_model": "qwen2.5:1.5b",
|
|
"yourls_url": "http://your-yourls-ip/yourls-api.php",
|
|
"yourls_user": "yourls-username",
|
|
"yourls_pass": "yourls-password",
|
|
"grafana_url": "https://your-grafana-url",
|
|
"grafana_token": "your-grafana-service-account-token",
|
|
"remote_host": "192.168.1.x",
|
|
"remote_pass": "ssh-password",
|
|
"printer_ip": "192.168.1.x",
|
|
"printer_port": 9100,
|
|
"printer_mac": "aa:bb:cc:dd:ee:ff",
|
|
"printer_subnet": "192.168.1"
|
|
}
|