21 lines
419 B
TOML
21 lines
419 B
TOML
[providers]
|
|
active = "auto"
|
|
|
|
[providers.ollama]
|
|
model = "qwen3:8b"
|
|
base_url = "http://127.0.0.1:11434"
|
|
timeout_seconds = 180
|
|
|
|
[providers.gemini]
|
|
enabled = false
|
|
model = "gemini-3.6-flash"
|
|
optional_model = "gemini-3.5-flash-lite"
|
|
free_only = true
|
|
billing_confirmed_disabled = false
|
|
max_requests_per_day = 25
|
|
max_input_chars = 12000
|
|
max_output_tokens = 1024
|
|
timeout_seconds = 30
|
|
max_attempts = 2
|
|
max_context_messages = 6
|