mirror of
https://github.com/Mintplex-Labs/anything-llm.git
synced 2025-05-02 17:07:13 +00:00
fix mistral key on embedder selection
This commit is contained in:
parent
62be0cd0c5
commit
8dcf23748c
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ export default function MistralAiOptions({ settings }) {
|
|||
</label>
|
||||
<input
|
||||
type="password"
|
||||
name="MistralAiApiKey"
|
||||
name="MistralApiKey"
|
||||
className="bg-theme-settings-input-bg text-white placeholder:text-theme-settings-input-placeholder text-sm rounded-lg focus:outline-primary-button active:outline-primary-button outline-none block w-full p-2.5"
|
||||
placeholder="Mistral AI API Key"
|
||||
defaultValue={settings?.MistralApiKey ? "*".repeat(20) : ""}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue