mirror of
https://github.com/Aider-AI/aider
synced 2026-04-25 17:15:07 +02:00
The `google-generativeai` package is deprecated, and emits warnings when it's imported. I'm doing some cleanup work to remove it from popular surfacess, so here's a PR :) I'll note that `litellm` uses direct HTTP requests for the API, so it does not use `google-genai` (except for type checking) or `google-generativeai` (except for a deprecated PaLM codepath).