From 6711beaa7e1fc2823ecd9a1daf9c7d9bae83411f Mon Sep 17 00:00:00 2001 From: Guillaume Vernade Date: Thu, 27 Jun 2024 16:20:56 +0000 Subject: [PATCH] Aligning the README with the Python one. (#185) --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index f53e87f4..bcab8440 100644 --- a/README.md +++ b/README.md @@ -75,6 +75,8 @@ Try these apps built with this SDK by the community: You can use the APIs mentioned in the [API Reference](https://ai.google.dev/tutorials/android_quickstart) by the official library. +See the [Gemini API Cookbook](https://github.com/google-gemini/gemini-api-cookbook/) or [ai.google.dev](https://ai.google.dev) for complete documentation. + From the official library, there are two major changes: - Package `com.google` is mapped to `dev.shreyaspatil`. - `Image(Bitmap)` was there for Android, instead `PlatformImage(ByteArray)` is used for KMP.