Skip to content
Snippets Groups Projects
Commit 8dcf2374 authored by timothycarambat's avatar timothycarambat
Browse files

fix mistral key on embedder selection

parent 62be0cd0
No related branches found
No related tags found
No related merge requests found
...@@ -8,7 +8,7 @@ export default function MistralAiOptions({ settings }) { ...@@ -8,7 +8,7 @@ export default function MistralAiOptions({ settings }) {
</label> </label>
<input <input
type="password" 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" 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" placeholder="Mistral AI API Key"
defaultValue={settings?.MistralApiKey ? "*".repeat(20) : ""} defaultValue={settings?.MistralApiKey ? "*".repeat(20) : ""}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment