Skip to content

Commit edc1434

Browse files
authored
Remove deprecated Mistral AI Codestral Mamba model (#4225)
Fixes #4225 Auto-cherry-pick to 1.0.x Signed-off-by: Nicolas Krier <[email protected]>
1 parent 36a97d3 commit edc1434

File tree

1 file changed

+1
-2
lines changed
  • models/spring-ai-mistral-ai/src/main/java/org/springframework/ai/mistralai/api

1 file changed

+1
-2
lines changed

models/spring-ai-mistral-ai/src/main/java/org/springframework/ai/mistralai/api/MistralAiApi.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -293,8 +293,7 @@ public enum ChatModel implements ChatModelDescription {
293293
SMALL("mistral-small-latest"),
294294
PIXTRAL("pixtral-12b-2409"),
295295
// Free Models - Research
296-
OPEN_MISTRAL_NEMO("open-mistral-nemo"),
297-
OPEN_CODESTRAL_MAMBA("open-codestral-mamba");
296+
OPEN_MISTRAL_NEMO("open-mistral-nemo");
298297
// @formatter:on
299298

300299
private final String value;

0 commit comments

Comments
 (0)