generated from coulomb/repo-seed
Wire LLMConnectAdapter behind the existing LLMAdapter seam with config-driven selection, graceful degradation, --offline mode, and bounded session context. Add unit tests, integration docs, and update README/SCOPE/AGENTS.
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" |