Skip to content

Commit

Permalink
fix: update default model name to gemini-1.0-pro (#509)
Browse files Browse the repository at this point in the history
  • Loading branch information
pr-Mais authored Jul 31, 2024
1 parent 867503c commit 73a95ea
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion firestore-genai-chatbot/POSTINSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ The extension gives you a choice of what provider to use for the available model
## About the models

For Google AI the list of supported models is [here](https://ai.google.dev/models/gemini), and this parameter should be set to the model name, the second segment of the model code (for
example models/gemini-pro should be chosen as gemini-pro).
example `models/gemini-1.0-pro` should be chosen as `gemini-1.0-pro`).

For Vertex AI, the list of models is [here](https://cloud.google.com/vertex-ai/docs/generative-ai/learn/models).

Expand Down
2 changes: 1 addition & 1 deletion firestore-genai-chatbot/extension.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ params:
[Google AI Gemini models](https://ai.google.dev/models/gemini)
type: string
required: true
default: gemini-pro
default: gemini-1.0-pro
immutable: false

- param: COLLECTION_NAME
Expand Down
2 changes: 1 addition & 1 deletion firestore-multimodal-genai/POSTINSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ The extension gives you a choice of what provider to use for the available model
## About the models

For Google AI the list of supported models is [here](https://ai.google.dev/models/gemini), and this parameter should be set to the model name, the second segment of the model code (for
example models/gemini-pro should be chosen as gemini-pro).
example `models/gemini-1.0-pro` should be chosen as `gemini-1.0-pro`).

For Vertex AI, the list of models is [here](https://cloud.google.com/vertex-ai/docs/generative-ai/learn/models).

Expand Down
2 changes: 1 addition & 1 deletion firestore-multimodal-genai/PREINSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ In this case, `review_text`` is a field of the Firestore document and will be su
When installing this extension you will be prompted to pick a Gemini model.

For Google AI the list of supported models is [here](https://ai.google.dev/models/gemini), and this parameter should be set to the model name, the second segment of the model code (for
example models/gemini-pro should be chosen as gemini-pro).
example `models/gemini-1.0-pro` should be chosen as `gemini-1.0-pro`).

For Vertex AI, the list of models is [here](https://cloud.google.com/vertex-ai/docs/generative-ai/learn/models).

Expand Down
2 changes: 1 addition & 1 deletion firestore-multimodal-genai/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ In this case, `review_text`` is a field of the Firestore document and will be su
When installing this extension you will be prompted to pick a Gemini model.

For Google AI the list of supported models is [here](https://ai.google.dev/models/gemini), and this parameter should be set to the model name, the second segment of the model code (for
example models/gemini-pro should be chosen as gemini-pro).
example `models/gemini-1.0-pro` should be chosen as `gemini-1.0-pro`).

For Vertex AI, the list of models is [here](https://cloud.google.com/vertex-ai/docs/generative-ai/learn/models).

Expand Down
2 changes: 1 addition & 1 deletion firestore-multimodal-genai/extension.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ params:
[Google AI Gemini models](https://ai.google.dev/models/gemini)
type: string
required: true
default: gemini-pro
default: gemini-1.0-pro
immutable: false

- param: API_KEY
Expand Down

0 comments on commit 73a95ea

Please sign in to comment.