fix(k8s): AI_FALLBACK_ORDER 也改用 JSON array 格式
Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -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 (秒)
|
||||
|
||||
Reference in New Issue
Block a user