With the release of Gemini 2.0, the google-generativeai Python SDK has been deprecated. Google now recommends migrating to the new unified python-genai SDK. We should update our codebase (particularly memvid/llm_client.py) to use this new SDK, and adopt the latest flash-2.5 series models for improved performance and results.
|
import google.generativeai as genai |
I can make a PR for this if it sounds good.