Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update everything to use google-genai SDK #446

Open
markmcd opened this issue Feb 7, 2025 · 1 comment
Open

Update everything to use google-genai SDK #446

markmcd opened this issue Feb 7, 2025 · 1 comment
Labels
good first issue Good for newcomers type:feature request New feature request/enhancement

Comments

@markmcd
Copy link
Member

markmcd commented Feb 7, 2025

Description of the feature request:

Lots of notebooks are using the google-generativeai SDK, but now that google-genai is at 1.0, we should be using that.

e.g. pip install google-generativeai needs to be replaced with pip install google-genai and then relevant code and text needs to be updated.

There's lots to do right now, but we can do every notebook independently so this would be a great one to open to community contributions. If you want to work on one, check the open PR list to see if someone has already done it, then just send a PR directly (but stick to one notebook per PR).

And here's the migration guide: https://ai.google.dev/gemini-api/docs/migrate

@markmcd markmcd added type:feature request New feature request/enhancement good first issue Good for newcomers labels Feb 7, 2025
@mitrick2
Copy link

Are there plans to create a google-genai SDK for JS?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers type:feature request New feature request/enhancement
Projects
None yet
Development

No branches or pull requests

2 participants