Feature/groq gemini fallback#3
Conversation
- Wire Gemini and Groq as first-class LLM providers in LLMClient - Automatic fallback: Ollama → Gemini → Groq (no config needed) - Detect Gemini quota/rate-limit errors and fall through to Groq - Add GROQ_API_KEY, GROQ_MODEL, GEMINI_MODEL to RAGConfig + .env.example - Pre-warm fallback clients on startup for zero-latency switching - Fix duplicate groq import block in rag_pipeline.py - Install groq + google-generativeai into venv - Expand .gitignore to protect .env secrets and artifacts - Sanitize .env.example (remove real API key, use placeholder)
|
Caution Review failedThe pull request is closed. ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (14)
📝 WalkthroughWalkthroughThis PR adds Gemini and Groq LLM providers with automatic fallback support to the RAG pipeline, enhances Ollama request handling with tighter timeouts and endpoint fallback, and redesigns the frontend layout into a responsive multi-pane structure with streaming response support. ChangesBackend LLM Multi-Provider Integration
Frontend Redesign with Streaming
Estimated code review effort🎯 4 (Complex) | ⏱️ ~60 minutes Poem
✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
Tip 💬 Introducing Slack Agent: The best way for teams to turn conversations into code.Slack Agent is built on CodeRabbit's deep understanding of your code, so your team can collaborate across the entire SDLC without losing context.
Built for teams:
One agent for your entire SDLC. Right inside Slack. Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Merge pull request #3 from Soorya005/feature/groq-gemini-fallback
Summary by CodeRabbit
New Features
Bug Fixes
Style