Skip to content

Commit c6d1df9

Browse files
committed
chore(firestore-translate-text): update docs
1 parent 17771bb commit c6d1df9

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

firestore-translate-text/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ To install an extension, your project must be on the [Blaze (pay as you go) plan
8383
* Languages field name: What is the name of the field that contains the languages that you want to translate into? This field is optional. If you don't specify it, the extension will use the languages specified in the LANGUAGES parameter.
8484

8585

86-
* Translation Model: This extension now 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.
86+
* 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.
8787

8888

8989
* 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

firestore-translate-text/extension.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -138,10 +138,10 @@ params:
138138
- param: TRANSLATION_MODEL
139139
label: Translation Model
140140
description: >
141-
This extension now provides the option to use Gemini 1.5 Pro for
142-
translations, which may provide more accurate and context-aware
143-
translations. The extension accesses the Gemini API using a Google AI API
144-
key that you can provide as a secret during installation.
141+
This extension provides the option to use Gemini 1.5 Pro for translations,
142+
which may provide more accurate and context-aware translations. The
143+
extension accesses the Gemini API using a Google AI API key that you can
144+
provide as a secret during installation.
145145
type: select
146146
required: true
147147
options:

0 commit comments

Comments
 (0)