mirror of
https://github.com/voideditor/void
synced 2026-05-24 09:58:23 +00:00
...
This commit is contained in:
parent
7c227e237f
commit
0cd6e0fb67
1 changed files with 1 additions and 1 deletions
|
|
@ -269,7 +269,7 @@ export const displayInfoOfSettingName = (providerName: ProviderName, settingName
|
|||
title: 'API Key',
|
||||
|
||||
// **Please follow this convention**:
|
||||
// The word "key..." here is a placeholder for the hash. For example, sk-ant-key means the key will look like sk-ant-abcdefg123...
|
||||
// The word "key..." here is a placeholder for the hash. For example, sk-ant-key... means the key will look like sk-ant-abcdefg123...
|
||||
placeholder: providerName === 'anthropic' ? 'sk-ant-key...' : // sk-ant-api03-key
|
||||
providerName === 'openAI' ? 'sk-proj-key...' :
|
||||
providerName === 'deepseek' ? 'sk-key...' :
|
||||
|
|
|
|||
Loading…
Reference in a new issue