dom/config/config.json.example

22 lines
615 B
Plaintext

{
"openrouter_api_key": "your_openrouter_api_key_here",
"openrouter_base_url": "https://openrouter.ai/api/v1",
"openrouter_model": "x-ai/grok-3",
"openrouter_site_url": "https://your-site.com",
"openrouter_site_name": "Your Site Name",
"ollama_endpoint": "http://localhost:11434",
"ollama_model": "llama2",
"silent_start": "20:00",
"silent_end": "12:00",
"timezone": "UTC",
"min_interval": 3,
"max_interval": 180,
"bark_api_url": "",
"bark_device_key": "",
"ntfy_api_url": "",
"ntfy_topic": "",
"ntfy_access_token": "",
"templates_dir": "templates",
"strip_think_tags": true
}