AI-Scientist icon indicating copy to clipboard operation
AI-Scientist copied to clipboard

Updated the Google GenAI SDK to Fix Gemini Models

Open matchcase opened this issue 4 months ago • 1 comments

Hi, the google-generativeai SDK has been deprecated and it's no longer possible to use the Gemini models with it, and hence I've added support for the new google-genai SDK in this PR.

matchcase avatar Aug 14 '25 11:08 matchcase

Aider uses LiteLLM, which still relies on the old SDK (it defaults to using VertexAI instead), so I added a small fix for it.

matchcase avatar Aug 14 '25 18:08 matchcase