fix(google-generative-ai): update API key placeholder to 'GEMINI_API_KEY' (#181)

This commit is contained in:
Ding
2025-05-27 15:26:06 +08:00
committed by GitHub
parent 9149b7674c
commit 7df23a7a60
2 changed files with 2 additions and 2 deletions
@@ -89,7 +89,7 @@ function handleResetSettings() {
<ProviderApiKeyInput
v-model="apiKey"
:provider-name="providerMetadata?.localizedName || 'Google'"
placeholder="sk-..."
placeholder="GEMINI_API_KEY"
/>
</ProviderBasicSettings>
@@ -89,7 +89,7 @@ function handleResetSettings() {
<ProviderApiKeyInput
v-model="apiKey"
:provider-name="providerMetadata?.localizedName || 'Google'"
placeholder="sk-..."
placeholder="GEMINI_API_KEY"
/>
</ProviderBasicSettings>