45 lines
900 B
YAML
45 lines
900 B
YAML
|
|
# Ezra Configuration - Kimi Primary
|
||
|
|
# Anthropic removed from chain entirely
|
||
|
|
|
||
|
|
# PRIMARY: Kimi for all operations
|
||
|
|
model: kimi-coding/kimi-for-coding
|
||
|
|
|
||
|
|
# Fallback chain: Only local/offline options
|
||
|
|
# NO anthropic in the chain - quota issues solved
|
||
|
|
fallback_providers:
|
||
|
|
- provider: ollama
|
||
|
|
model: qwen2.5:7b
|
||
|
|
base_url: http://localhost:11434
|
||
|
|
timeout: 120
|
||
|
|
reason: "Local fallback when Kimi unavailable"
|
||
|
|
|
||
|
|
# Provider settings
|
||
|
|
providers:
|
||
|
|
kimi-coding:
|
||
|
|
timeout: 60
|
||
|
|
max_retries: 3
|
||
|
|
# Uses KIMI_API_KEY from .env
|
||
|
|
|
||
|
|
ollama:
|
||
|
|
timeout: 120
|
||
|
|
keep_alive: true
|
||
|
|
base_url: http://localhost:11434
|
||
|
|
|
||
|
|
# REMOVED: anthropic provider entirely
|
||
|
|
# No more quota issues, no more choking
|
||
|
|
|
||
|
|
# Toolsets - Ezra needs these
|
||
|
|
toolsets:
|
||
|
|
- hermes-cli
|
||
|
|
- github
|
||
|
|
- web
|
||
|
|
|
||
|
|
# Agent settings
|
||
|
|
agent:
|
||
|
|
max_turns: 90
|
||
|
|
tool_use_enforcement: auto
|
||
|
|
|
||
|
|
# Display settings
|
||
|
|
display:
|
||
|
|
show_provider_switches: true
|