9 lines
238 B
TOML
9 lines
238 B
TOML
|
|
# Example ~/.config/cya/config.toml — placeholders only; do not commit secrets.
|
||
|
|
|
||
|
|
[llm]
|
||
|
|
adapter = "connect"
|
||
|
|
backend = "openrouter"
|
||
|
|
model = "anthropic/claude-sonnet-4"
|
||
|
|
temperature = 0.3
|
||
|
|
max_tokens = 2000
|
||
|
|
api_key_env = "OPENROUTER_API_KEY"
|