Skip to content
Closed
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
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,11 @@ public enum ChatModel implements ChatModelDescription {
MEDIUM("mistral-medium-latest"),
LARGE("mistral-large-latest"),
PIXTRAL("pixtral-12b-2409"),
PIXTRAL_LARGE("pixtral-large-latest");
PIXTRAL_LARGE("pixtral-large-latest"),
MINISTRAL_3B_LATEST("ministral-3b-latest"),
MINISTRAL_8B_LATEST("ministral-8b-latest"),
OPEN_MISTRAL_NEMO("open-mixtral-nemo"),
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

typo here. This should be open-mistral-nemo.

CODESTRAL("codestral-latest");
// @formatter:on

private final String value;
Expand Down