Merge branch 'main' of https://github.com/kwaroran/RisuAI
This commit is contained in:
@@ -114,7 +114,8 @@
|
||||
<span class="text-textcolor">Mancer {language.apiKey}</span>
|
||||
<TextInput hideText={DBState.db.hideApiKey} marginBottom={true} size={"sm"} placeholder="..." bind:value={DBState.db.mancerHeader}/>
|
||||
{/if}
|
||||
{#if modelInfo.provider === LLMProvider.Anthropic || subModelInfo.provider === LLMProvider.Anthropic}
|
||||
{#if modelInfo.provider === LLMProvider.Anthropic || subModelInfo.provider === LLMProvider.Anthropic
|
||||
|| modelInfo.provider === LLMProvider.AWS || subModelInfo.provider === LLMProvider.AWS }
|
||||
<span class="text-textcolor">Claude {language.apiKey}</span>
|
||||
<TextInput hideText={DBState.db.hideApiKey} marginBottom={true} size={"sm"} placeholder="..." bind:value={DBState.db.claudeAPIKey}/>
|
||||
{/if}
|
||||
|
||||
Reference in New Issue
Block a user