docs: add Gemini as a fifth LLM provider across all docs#27
docs: add Gemini as a fifth LLM provider across all docs#27agarvin2002 wants to merge 2 commits into
Conversation
Update generation.md, api-reference.md, development.md, and README to document GeminiProvider alongside the existing four providers, including the thinking_budget=0 requirement for Gemini 2.5 Flash.
|
Warning Rate limit exceeded
You’ve run out of usage credits. Purchase more in the billing tab. ⌛ How to resolve this issue?After the wait time has elapsed, a review can be triggered using the We recommend that you space out your commits to avoid hitting the rate limit. 🚦 How do rate limits work?CodeRabbit enforces hourly rate limits for each developer per organization. Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout. Please see our FAQ for further information. ℹ️ Review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (4)
✨ Finishing Touches🧪 Generate unit tests (beta)
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 |
Update generation.md, api-reference.md, development.md, and README to document GeminiProvider alongside the existing four providers, including the thinking_budget=0 requirement for Gemini 2.5 Flash.
What and Why
Type of Change
Changes Made
Testing Done
Checklist
Code quality
uv run pytest tests/unit/passes locallyuv run ruff check .returns no errorsunittest.mock.patchArchitecture rules
ingestion/,retrieval/,generation/, oragents/LLMProviderPort/StructuredLLMPort— no direct SDK calls in views or tasksAgent pipeline (skip if not touching
agents/)state["error"], and return normally — no unhandled raisesstate.get("error")before choosing the next nodeHTTP layer (skip if not adding/changing endpoints)
ThrottleClassapplied{"detail": "..."}for all error responses via the existing exception hierarchycore/constants.pyif a new throttle tier was neededData layer (skip if not touching models)
uv run python manage.py makemigrations --checkpasses)VectorFieldcolumns have an HNSW migration withatomic = FalseSecurity
Breaking Changes