|
|
1 éve | |
|---|---|---|
| .. | ||
| ChatSample | bf17fcc8bb [Vertex AI] Switch to `gemini-1.5-pro-preview-0409` in sample app (#12946) | 1 éve |
| FunctionCallingSample | bf17fcc8bb [Vertex AI] Switch to `gemini-1.5-pro-preview-0409` in sample app (#12946) | 1 éve |
| GenerativeAIMultimodalSample | bf17fcc8bb [Vertex AI] Switch to `gemini-1.5-pro-preview-0409` in sample app (#12946) | 1 éve |
| GenerativeAITextSample | bf17fcc8bb [Vertex AI] Switch to `gemini-1.5-pro-preview-0409` in sample app (#12946) | 1 éve |
| GenerativeAIUIComponents | 7faa8f72e2 [vertex-ai] Fix for SwiftFormat 0.53.5 (#12683) | 1 éve |
| VertexAISample | 0f5cd0fc5e [Vertex AI] Add AppCheck, Auth and Storage frameworks to sample (#12928) | 1 éve |
| VertexAISample.xcodeproj | 0f5cd0fc5e [Vertex AI] Add AppCheck, Auth and Storage frameworks to sample (#12928) | 1 éve |
| GoogleService-Info.plist | 279e438a95 Add placeholder `GoogleService-Info.plist` to Vertex AI sample (#12724) | 1 éve |
| README.md | 41c08f756e [Vertex AI] Update sample instructions for public preview (#12944) | 1 éve |
This sample demonstrates how to make calls to the Vertex AI Gemini API directly from your app, rather than server-side, using the Vertex AI for Firebase SDK.
release-10.26 branch.FirebaseVertexAI/Sample directory.Open VertexAISample.xcodeproj using Xcode.
$ git clone https://github.com/firebase/firebase-ios-sdk.git
$ cd firebase-ios-sdk
$ git checkout release-10.26
$ cd FirebaseVertexAI/Sample
$ open VertexAISample.xcodeproj
Bundle Identifier you set
matches that of the one in the sample.
com.google.firebase.VertexAISampleGoogleService-Info.plist when prompted and save it to the
FirebaseVertexAI/Sample directory, overwriting the placeholder file with
the same name.To learn more about the Vertex AI for Firebase SDK, check out the documentation.
firebase-ios-sdk repo, choosing the Vertex AI product.