We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36a97d3 commit edc1434Copy full SHA for edc1434
models/spring-ai-mistral-ai/src/main/java/org/springframework/ai/mistralai/api/MistralAiApi.java
@@ -293,8 +293,7 @@ public enum ChatModel implements ChatModelDescription {
293
SMALL("mistral-small-latest"),
294
PIXTRAL("pixtral-12b-2409"),
295
// Free Models - Research
296
- OPEN_MISTRAL_NEMO("open-mistral-nemo"),
297
- OPEN_CODESTRAL_MAMBA("open-codestral-mamba");
+ OPEN_MISTRAL_NEMO("open-mistral-nemo");
298
// @formatter:on
299
300
private final String value;
0 commit comments