fix(k8s): AI_FALLBACK_ORDER 也改用 JSON array 格式

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
OG T
2026-03-22 19:37:51 +08:00
parent 721cfd1e3b
commit 5156800217

View File

@@ -24,8 +24,8 @@ data:
# JSON array 格式 (pydantic-settings 要求)
CORS_ORIGINS: '["https://awoooi.wooo.work","http://localhost:3000"]'
# AI 配置
AI_FALLBACK_ORDER: "ollama,gemini,claude"
# AI 配置 (JSON array 格式 for pydantic-settings)
AI_FALLBACK_ORDER: '["ollama","gemini","claude"]'
AI_CACHE_TTL: "3600"
# 快取 TTL (秒)