Skip to content

Commit

Permalink
Add link to migration guide (#438)
Browse files Browse the repository at this point in the history
* add link to migration guide
  • Loading branch information
MarkDaoust authored Feb 6, 2025
1 parent a916686 commit fe6e4ca
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,16 @@ This cookbook provides a structured learning path for using the Gemini API, focu
**For comprehensive API documentation, visit [ai.google.dev](https://ai.google.dev/gemini-api/docs).**
<br><br>

## Important: Migration

There are currently two different python SDKs for the Gemini API.
This repository is in the process of converting from the old one (`google-generativeai`) to
the new one (`google-genai`). See the
[Migration guide](https://ai.google.dev/gemini-api/docs/migrate) for details.

Prefer the `google-genai` for any new code going forward.
<br><br>

## Navigating the Cookbook

This cookbook is organized into two main categories:
Expand Down Expand Up @@ -91,4 +101,4 @@ For enterprise developers, the Gemini API is also available on Google Cloud Vert

Contributions are welcome! See [CONTRIBUTING.md](CONTRIBUTING.md) for details.

Thank you for developing with the Gemini API! We’re excited to see what you create.
Thank you for developing with the Gemini API! We’re excited to see what you create.

0 comments on commit fe6e4ca

Please sign in to comment.