Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(firestore-translate-text): update docs again, retrigger RC #2235

Merged
merged 1 commit into from
Dec 10, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion firestore-translate-text/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ To install an extension, your project must be on the [Blaze (pay as you go) plan
* Translation Model: This extension provides the option to use Gemini 1.5 Pro for translations, which may provide more accurate and context-aware translations. The extension accesses the Gemini API using a Google AI API key that you can provide as a secret during installation.


* Google AI API key: If you selected AI Translations Using Gemini to perform translations, please provide a Google AI API key, which you can create here https://ai.google.dev/gemini-api/docs/api-key
* Google AI API key: If you selected AI Translations Using Gemini to perform translations, please provide a Google AI API key, which you can create here: https://ai.google.dev/gemini-api/docs/api-key


* Translate existing documents?: Should existing documents in the Firestore collection be translated as well? If you've added new languages since a document was translated, this will fill those in as well.
Expand Down
2 changes: 1 addition & 1 deletion firestore-translate-text/extension.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ params:
label: Google AI API key
description: >
If you selected AI Translations Using Gemini to perform translations,
please provide a Google AI API key, which you can create here
please provide a Google AI API key, which you can create here:
https://ai.google.dev/gemini-api/docs/api-key
type: secret
required: false
Expand Down
Loading