AI-Scientist
AI-Scientist copied to clipboard
Updated the Google GenAI SDK to Fix Gemini Models
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.
Aider uses LiteLLM, which still relies on the old SDK (it defaults to using VertexAI instead), so I added a small fix for it.