Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions gui/src/forms/AddModelForm.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -315,8 +315,9 @@ export function AddModelForm({ onDone }: AddModelFormProps) {
<Alert>
<p className="m-0 text-sm font-bold">Codestral API key</p>
<p className="m-0 mt-1">
Note that codestral requires a different API key from other
Mistral models
Codestral accepts either a Mistral API key or a
Codestral-specific key. Continue detects which one you've
entered and uses the matching endpoint.
</p>
</Alert>
</div>
Expand Down
Loading