Skip to content

Commit

Permalink
Merge branch 'master' of github.com:Mintplex-Labs/anything-llm into 2…
Browse files Browse the repository at this point in the history
…545-feat-community-hub-integration
  • Loading branch information
timothycarambat committed Nov 24, 2024
2 parents a757d99 + 8dcf237 commit c3a28b6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions 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
1 change: 1 addition & 0 deletions server/utils/AiProviders/gemini/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ class GeminiLLM {
"gemini-1.5-flash-exp-0827",
"gemini-1.5-flash-8b-exp-0827",
"gemini-exp-1114",
"gemini-exp-1121",
"learnlm-1.5-pro-experimental",
].includes(this.model)
? "v1beta"
Expand Down

0 comments on commit c3a28b6

Please sign in to comment.