Skip to content

Commit

Permalink
Mistral Large 2 (#6623)
Browse files Browse the repository at this point in the history
  • Loading branch information
lasryaric authored Aug 1, 2024
1 parent a69863d commit 420dac3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions types/src/front/lib/assistant.ts
Original file line number Diff line number Diff line change
Expand Up @@ -339,11 +339,11 @@ export const MISTRAL_LARGE_MODEL_CONFIG: ModelConfigurationType = {
providerId: "mistral",
modelId: MISTRAL_LARGE_MODEL_ID,
displayName: "Mistral Large",
contextSize: 32_000,
contextSize: 128_000,
recommendedTopK: 16,
recommendedExhaustiveTopK: 56, // 28_672
largeModel: true,
description: "Mistral's `large` model (32k context).",
description: "Mistral's `large 2` model (128k context).",
shortDescription: "Mistral's large model.",
isLegacy: false,
supportsVision: false,
Expand Down

0 comments on commit 420dac3

Please sign in to comment.