Skip to content

Commit b6ee292

Browse files
committed
2 parents 7202a12 + 0eb8303 commit b6ee292

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/lib/Setting/Pages/BotSettings.svelte

+2-1
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,8 @@
114114
<span class="text-textcolor">Mancer {language.apiKey}</span>
115115
<TextInput hideText={DBState.db.hideApiKey} marginBottom={true} size={"sm"} placeholder="..." bind:value={DBState.db.mancerHeader}/>
116116
{/if}
117-
{#if modelInfo.provider === LLMProvider.Anthropic || subModelInfo.provider === LLMProvider.Anthropic}
117+
{#if modelInfo.provider === LLMProvider.Anthropic || subModelInfo.provider === LLMProvider.Anthropic
118+
|| modelInfo.provider === LLMProvider.AWS || subModelInfo.provider === LLMProvider.AWS }
118119
<span class="text-textcolor">Claude {language.apiKey}</span>
119120
<TextInput hideText={DBState.db.hideApiKey} marginBottom={true} size={"sm"} placeholder="..." bind:value={DBState.db.claudeAPIKey}/>
120121
{/if}

0 commit comments

Comments
 (0)