2026-06-22 10:36:10 +02:00
|
|
|
# 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
|
2026-06-24 14:53:18 +02:00
|
|
|
api_key_env = "OPENROUTER_API_KEY"
|
|
|
|
|
|
|
|
|
|
# Optional interactive shell history context. Off by default.
|
|
|
|
|
# Values are capped/redacted before they enter session context.
|
|
|
|
|
[shell_history]
|
|
|
|
|
enabled = false
|
|
|
|
|
limit = 50
|
|
|
|
|
# histfile = "~/.bash_history"
|