config: update channel_directory.json,config.yaml,logs/huey.error.log

This commit is contained in:
Alexander Whitestone
2026-03-30 14:00:45 -04:00
parent 3d2bf6c1cf
commit eba8c2d320
3 changed files with 5142 additions and 1 deletions

View File

@@ -1,5 +1,5 @@
{
"updated_at": "2026-03-30T12:33:54.142829",
"updated_at": "2026-03-30T13:54:23.986299",
"platforms": {
"discord": [
{

View File

@@ -247,3 +247,36 @@ mcp_servers:
env: {}
timeout: 30
fallback_model: null
# ── Fallback Model ────────────────────────────────────────────────────
# Automatic provider failover when primary is unavailable.
# Uncomment and configure to enable. Triggers on rate limits (429),
# overload (529), service errors (503), or connection failures.
#
# Supported providers:
# openrouter (OPENROUTER_API_KEY) — routes to any model
# openai-codex (OAuth — hermes login) — OpenAI Codex
# nous (OAuth — hermes login) — Nous Portal
# zai (ZAI_API_KEY) — Z.AI / GLM
# kimi-coding (KIMI_API_KEY) — Kimi / Moonshot
# minimax (MINIMAX_API_KEY) — MiniMax
# minimax-cn (MINIMAX_CN_API_KEY) — MiniMax (China)
#
# For custom OpenAI-compatible endpoints, add base_url and api_key_env.
#
# fallback_model:
# provider: openrouter
# model: anthropic/claude-sonnet-4
#
# ── Smart Model Routing ────────────────────────────────────────────────
# Optional cheap-vs-strong routing for simple turns.
# Keeps the primary model for complex work, but can route short/simple
# messages to a cheaper model across providers.
#
# smart_model_routing:
# enabled: true
# max_simple_chars: 160
# max_simple_words: 28
# cheap_model:
# provider: openrouter
# model: google/gemini-2.5-flash

File diff suppressed because it is too large Load Diff