mirror of
https://github.com/voideditor/void
synced 2026-05-23 09:28:23 +00:00
key
This commit is contained in:
parent
5995591296
commit
27c40d8428
1 changed files with 2 additions and 1 deletions
|
|
@ -155,7 +155,8 @@ export const displayInfoOfSettingName = (providerName: ProviderName, settingName
|
|||
providerName === 'mistral' ? 'api-key...' :
|
||||
providerName === 'googleVertex' ? 'AIzaSy...' :
|
||||
providerName === 'microsoftAzure' ? 'key-...' :
|
||||
'',
|
||||
providerName === 'awsBedrock' ? 'key-...' :
|
||||
'',
|
||||
|
||||
isPasswordField: true,
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue