From b8dcfc918833079c36486b0c07c1a1aedaf7b58b Mon Sep 17 00:00:00 2001 From: Thomas Ezan Date: Mon, 1 Jul 2024 12:14:00 -0700 Subject: [PATCH 1/2] Update README.md Update README with prototyping mention for Google AI Client SDK. --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index ad116354..a14232a2 100644 --- a/README.md +++ b/README.md @@ -46,6 +46,10 @@ Here are the screens that make up SociaLite: 2. Open the whole project in Android Studio. 3. Sync & Run `app` configuration +> Note: The Google AI client SDK for Android used in this code sample is +recommended for prototyping only. For non-prototyping use cases, we strongly +recommend that you use [Vertex AI for Firebase][https://firebase.google.com/docs/vertex-ai/migrate-to-vertex-ai?platform=android]. + ### (optional) Add Gemini API: 4. Create a Gemini API key in [Google AI studio](https://aistudio.google.com/app/apikey), 5. Add your Gemini API key as `API_KEY` to your [`local.properties`] file, From db0c7c4e047ae647d37e709e29db46e01d1fec4b Mon Sep 17 00:00:00 2001 From: Thomas Ezan Date: Mon, 1 Jul 2024 12:25:23 -0700 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a14232a2..334875bc 100644 --- a/README.md +++ b/README.md @@ -48,7 +48,7 @@ Here are the screens that make up SociaLite: > Note: The Google AI client SDK for Android used in this code sample is recommended for prototyping only. For non-prototyping use cases, we strongly -recommend that you use [Vertex AI for Firebase][https://firebase.google.com/docs/vertex-ai/migrate-to-vertex-ai?platform=android]. +recommend that you use [Vertex AI for Firebase](https://firebase.google.com/docs/vertex-ai/migrate-to-vertex-ai?platform=android). ### (optional) Add Gemini API: 4. Create a Gemini API key in [Google AI studio](https://aistudio.google.com/app/apikey),