Skip to content

Commit

Permalink
fix mistral key on embedder selection
Browse files Browse the repository at this point in the history
  • Loading branch information
timothycarambat committed Nov 23, 2024
1 parent 62be0cd commit 8dcf237
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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) : ""}
Expand Down

0 comments on commit 8dcf237

Please sign in to comment.