You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Replace GROQ_API_KEY/GROQ_BASE_URL/GROQ_MODELS with GEMINI_API_KEY/GEMINI_BASE_URL/GEMINI_MODELS in config.py
- Replace _groq_client with _gemini_client in summarizer.py, update all references and log messages
- Update both GitHub Actions workflows (check.yml, single_run.yml) to use GEMINI_API_KEY secret
Co-authored-by: LeafCreeper <120477804+LeafCreeper@users.noreply.github.com>
0 commit comments