fix(google-generative-ai): update API key placeholder to 'GEMINI_API_KEY' (#181)
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user