fix(chatbot): Gemini 모델 fallback 로직 적용 - #130
Conversation
fix(chatbot): Apply Gemini model fallback logic Replace single-model retry with multi-model fallback matching the pattern used in moderation and judgment. On 503/404/429 errors the chatbot now cycles through gemini-2.0-flash-lite, gemini-2.5-flash, and gemini-1.5-flash before giving up. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> @
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
Caution Review failedThe pull request is closed. ℹ️ Recent review info⚙️ Run configurationConfiguration used: Repository UI (base), Organization UI (inherited) Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (1)
📝 WalkthroughWalkthrough
ChangesGemini 폴백 라우팅 도입
Estimated code review effort🎯 3 (Moderate) | ⏱️ ~20 minutes Possibly related PRs
Poem
✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
Warning There were issues while running some tools. Please review the errors and either fix the tool's configuration or disable the tool if it's a critical failure. 🔧 ESLint
ESLint install failed due to a network error. Comment |
Summary
gemini-2.0-flash-lite→gemini-2.5-flash→gemini-1.5-flash)Test plan
🤖 Generated with Claude Code
Summary by CodeRabbit