|
fix(llm): eradicate gemini-1.5-flash 404 from production
- Implemented substring normalization for Gemini models in config.py - Forced redirection of 1.5-flash to 2.5-flash in RAG service - Fixed model name resolution in provider factory to handle suffixed names - Normalized health checks to use 2.5-flash baseline - Removed hardcoded 1.5-flash defaults from STT/TTS providers and agent loop |
|---|
|
|
| ai-hub/app/api/schemas.py |
|---|
| ai-hub/app/app.py |
|---|
| ai-hub/app/config.py |
|---|
| ai-hub/app/core/orchestration/agent_loop.py |
|---|
| ai-hub/app/core/orchestration/scheduler.py 0 → 100644 |
|---|
| ai-hub/app/core/providers/factory.py |
|---|
| ai-hub/app/core/providers/stt/gemini.py |
|---|
| ai-hub/app/core/providers/tts/gemini.py |
|---|
| ai-hub/app/core/services/rag.py |
|---|
| ai-hub/requirements.txt |
|---|
| frontend/src/features/agents/components/AgentDrillDown.js |
|---|