We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7202a12 + 0eb8303 commit b6ee292Copy full SHA for b6ee292
src/lib/Setting/Pages/BotSettings.svelte
@@ -114,7 +114,8 @@
114
<span class="text-textcolor">Mancer {language.apiKey}</span>
115
<TextInput hideText={DBState.db.hideApiKey} marginBottom={true} size={"sm"} placeholder="..." bind:value={DBState.db.mancerHeader}/>
116
{/if}
117
- {#if modelInfo.provider === LLMProvider.Anthropic || subModelInfo.provider === LLMProvider.Anthropic}
+ {#if modelInfo.provider === LLMProvider.Anthropic || subModelInfo.provider === LLMProvider.Anthropic
118
+ || modelInfo.provider === LLMProvider.AWS || subModelInfo.provider === LLMProvider.AWS }
119
<span class="text-textcolor">Claude {language.apiKey}</span>
120
<TextInput hideText={DBState.db.hideApiKey} marginBottom={true} size={"sm"} placeholder="..." bind:value={DBState.db.claudeAPIKey}/>
121
0 commit comments