From a00f8812dc4a256971d6553c15f9a50ee7fba505 Mon Sep 17 00:00:00 2001 From: Jacob Cable Date: Tue, 10 Dec 2024 19:48:52 +0000 Subject: [PATCH] chore(firestore-translate-text): update docs again, retrigger RC --- firestore-translate-text/README.md | 2 +- firestore-translate-text/extension.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/firestore-translate-text/README.md b/firestore-translate-text/README.md index 4b6c6d264..be40fbb0e 100644 --- a/firestore-translate-text/README.md +++ b/firestore-translate-text/README.md @@ -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. diff --git a/firestore-translate-text/extension.yaml b/firestore-translate-text/extension.yaml index 973555874..52b9cda3c 100644 --- a/firestore-translate-text/extension.yaml +++ b/firestore-translate-text/extension.yaml @@ -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