From be8accbc37a55cf2bae7affc94d2d0d7b5484705 Mon Sep 17 00:00:00 2001 From: reanon <85157-reanon@users.noreply.gitgud.io> Date: Wed, 7 May 2025 09:52:42 -0800 Subject: [PATCH] 2505 --- src/proxy/mistral-ai.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/proxy/mistral-ai.ts b/src/proxy/mistral-ai.ts index 09faa08..24da87e 100644 --- a/src/proxy/mistral-ai.ts +++ b/src/proxy/mistral-ai.ts @@ -74,9 +74,10 @@ export const KNOWN_MISTRAL_AI_MODELS = [ "open-codestral-mamba", "mathstral", - /* Legacy/deprecated models */ + /* Other, too lazy to do it properly now */ "mistral-medium-latest", "mistral-medium-2312", + "mistral-medium-2505", "mistral-tiny", "mistral-tiny-2312", ];