mirror of
https://github.com/voideditor/void
synced 2026-05-24 09:58:23 +00:00
desc
This commit is contained in:
parent
33809ec48b
commit
c2b8df06eb
1 changed files with 1 additions and 1 deletions
|
|
@ -242,7 +242,7 @@ export const displayInfoOfSettingName = (providerName: ProviderName, settingName
|
||||||
providerName === 'openRouter' ? 'Get your [API Key here](https://openrouter.ai/settings/keys).' :
|
providerName === 'openRouter' ? 'Get your [API Key here](https://openrouter.ai/settings/keys).' :
|
||||||
providerName === 'gemini' ? 'Get your [API Key here](https://aistudio.google.com/apikey).' :
|
providerName === 'gemini' ? 'Get your [API Key here](https://aistudio.google.com/apikey).' :
|
||||||
providerName === 'groq' ? 'Get your [API Key here](https://console.groq.com/keys).' :
|
providerName === 'groq' ? 'Get your [API Key here](https://console.groq.com/keys).' :
|
||||||
providerName === 'openAICompatible' ? undefined :
|
providerName === 'openAICompatible' ? 'Add any OpenAI-Compatible endpoint.' :
|
||||||
undefined,
|
undefined,
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue