You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: ai-catalog/README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,7 +24,7 @@ Browse the samples inside the `/samples` folder:
24
24
- More to come...
25
25
26
26
> **Requires Firebase setup** the samples relying on Google Cloud models (Gemini Pro, Gemini Flash, etc...)
27
-
> require setting up a Firebase project and connecting the app to Firebase (read more [here](https://firebase.google.com/docs/vertex-ai/get-started?platform=android#set-up-firebase)).
27
+
> require setting up a Firebase project and connecting the app to Firebase (read more [here](https://firebase.google.com/docs/ai-logic/get-started?platform=android&api=dev#set-up-firebase)).
28
28
29
29
> 🚧 **Work-in-Progress:** we are working on bringing more samples into the application.
30
30
@@ -33,7 +33,7 @@ Browse the samples inside the `/samples` folder:
33
33
1. Clone the repository
34
34
2. Open the whole project in Android Studio.
35
35
3. Set up a Firebase project and connect your app to Firebase by adding your Firebase configuration
36
-
file (google-services.json) to the app. Read more [here](https://firebase.google.com/docs/vertex-ai/get-started?platform=android#set-up-firebase).
36
+
file (google-services.json) to the app. Read more [here](https://firebase.google.com/docs/ai-logic/get-started?platform=android&api=dev#set-up-firebase).
37
37
3. Sync & Run `app` configuration
38
38
39
39
The app will open with the samples list screen that allows you to navigate throughout the different
Copy file name to clipboardExpand all lines: ai-catalog/samples/gemini-chatbot/src/main/java/com/android/ai/samples/geminichatbot/GeminiChatbotViewModel.kt
Copy file name to clipboardExpand all lines: ai-catalog/samples/gemini-multimodal/src/main/java/com/android/ai/samples/geminimultimodal/GeminiMultimodalViewModel.kt
Copy file name to clipboardExpand all lines: ai-catalog/samples/gemini-video-summarization/src/main/java/com/android/ai/samples/geminivideosummary/viewmodel/VideoSummarizationViewModel.kt
Copy file name to clipboardExpand all lines: ai-catalog/samples/genai-image-description/src/main/java/com/android/ai/samples/genai_image_description/GenAIImageDescriptionViewModel.kt
0 commit comments