Skip to content

Commit 2e04c92

Browse files
authored
Merge pull request #524 from mistralai/sync/latest
Sync docs to v1.1.18
2 parents 38c0b3a + 49b11c5 commit 2e04c92

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

src/schema/content/models.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { ModelSlug } from '@/schema/models';
22

33
export const FEATURED_MODEL_NAMES: ModelSlug[] = [
4-
'mistral-large-3-25-12',
4+
'ocr-4-0',
55
'devstral-2-25-12',
66
'mistral-medium-3-5-26-04',
77
];
@@ -25,7 +25,7 @@ export const FEATURED_MODELS_COLOR_OVERRIDES = [
2525
];
2626

2727
export const DEFAULT_BENCHMARK_MODELS: ModelSlug[] = [
28-
'mistral-large-3-25-12',
28+
'ocr-4-0',
2929
'mistral-medium-3-5-26-04',
3030
'mistral-small-4-0-26-03',
3131
];

version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v1.1.17
1+
v1.1.18

0 commit comments

Comments
 (0)