From 1f6546a66365fe3378c9409a3f1da01f337c6652 Mon Sep 17 00:00:00 2001 From: Logan Kilpatrick Date: Sat, 14 Dec 2024 19:42:43 -0600 Subject: [PATCH] Update README.md (#351) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 81712863d..c3aa69429 100644 --- a/README.md +++ b/README.md @@ -33,8 +33,8 @@ Learn about the capabilities of the Gemini API by checking out these quickstart You can find lots more in the [quickstarts folder](https://github.com/google-gemini/cookbook/tree/main/quickstarts), and check out the [examples folder](https://github.com/google-gemini/cookbook/tree/main/examples) for fun examples. We're also maintaining an [Awesome Gemini](Awesome_gemini.md) list of all the cool projects the community is building using Gemini. ## Official SDKs -The Gemini API is a REST API. You can call the API using a command line tool like `curl` (and you can find REST examples [here](https://github.com/google-gemini/cookbook/tree/main/quickstarts/rest)), or by using one of our official SDKs: -* [Python](https://github.com/google/generative-ai-python) - Note: all the notebooks in this cookbook install the Python SDK for you, and this cookbook is the best place to find Python examples. +The Gemini API is a REST API. You can call the API using a command line tool like `curl` (and you can find REST examples [here](https://github.com/google-gemini/cookbook/tree/main/quickstarts/rest)), or by using one of our [official SDKs](https://ai.google.dev/gemini-api/docs/downloads): +* [Python](https://github.com/google/generative-ai-python) * [Node.js](https://github.com/google/generative-ai-js) * [Dart (Flutter)](https://github.com/google/generative-ai-dart) * [Android](https://github.com/google/generative-ai-android)