From 34158a569ad50f8d4133f0e2a77a20bdcc4dcbb7 Mon Sep 17 00:00:00 2001 From: Guillaume Vernade Date: Thu, 27 Jun 2024 16:39:34 +0200 Subject: [PATCH] Formatting --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 6be6f590..c841ff45 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Google AI SDK for Android -The Google AI Android SDK is the easiest way for Android developers to build with the Gemini API. The Gemini API gives you access to Gemini [models](https://ai.google.dev/models/gemini) created by [Google DeepMind](https://deepmind.google/technologies/gemini/#introduction). Gemini models are built from the ground up to be multimodal, so you can reason seamlessly across text, images, and code. +The Google AI Android SDK is the easiest way for Android developers to build with the Gemini API. The Gemini API gives you access to Gemini [models](https://ai.google.dev/models/gemini) created by [Google DeepMind](https://deepmind.google/technologies/gemini/#introduction). Gemini models are built from the ground up to be multimodal, so you can reason seamlessly across text, images, and code. > [!CAUTION] > **The Google AI SDK for Android is recommended for prototyping only.** If you plan to enable billing, we strongly recommend that you use a backend SDK to access the Google AI Gemini API. You risk @@ -9,7 +9,6 @@ The Google AI Android SDK is the easiest way for Android developers to build wit > [!NOTE] > If you want to access Gemini on-device (Gemini Nano), check out the [Google AI Edge SDK for Android](https://ai.google.dev/tutorials/android_aicore), which is enabled via Android AICore. - ## Get started with the Gemini API This repository contains a sample app demonstrating how the SDK can access and utilize the Gemini model for various use cases. @@ -25,7 +24,7 @@ via **File > New > Import Sample** and searching for *Generative AI Sample* or f 5. Open and build the sample app in the `generativeai-android-sample` folder of this repo. 6. Paste your API key into the `apiKey` property in the `local.properties` file. 7. Run the app -5. For detailed instructions, try the +5. For detailed instructions, try the [Android SDK tutorial](https://ai.google.dev/tutorials/android_quickstart) on [ai.google.dev](https://ai.google.dev). ## Usage example