perf(config): Gemini 视觉单帧 timeout 15→30s

实测 gemini-flash-latest 视觉推理免费层排队需 15~30s,15s 频繁超时触发熔断;
调到 30s 后单测通过(返回有效描述)。NVIDIA NIM 仍 20s 稳定可用
This commit is contained in:
ericwyuan
2026-08-20 09:14:53 +08:00
parent a46da5db81
commit d2fd01f134

View File

@@ -48,7 +48,7 @@ models:
enabled: true enabled: true
model_name: "gemini-flash-latest" # v1beta 下 gemini-1.5-flash 会 404 model_name: "gemini-flash-latest" # v1beta 下 gemini-1.5-flash 会 404
api_key: "${GEMINI_API_KEY}" api_key: "${GEMINI_API_KEY}"
timeout: 15 timeout: 30
circuit_breaker: circuit_breaker:
enabled: true enabled: true
threshold: 3 threshold: 3