From 368012bd6658de5efa6816c665ca6cb9f5cdcd07 Mon Sep 17 00:00:00 2001 From: Jiang Bohan Date: Mon, 9 Feb 2026 19:20:21 +0800 Subject: [PATCH] chore(providers): remove Mistral from provider registry Co-Authored-By: Claude Opus 4.6 --- src/agent/providers/registry.ts | 8 -------- 1 file changed, 8 deletions(-) diff --git a/src/agent/providers/registry.ts b/src/agent/providers/registry.ts index ce9e58bb..4ca7ec54 100644 --- a/src/agent/providers/registry.ts +++ b/src/agent/providers/registry.ts @@ -102,14 +102,6 @@ const PROVIDER_REGISTRY: Record = { models: ["llama-3.3-70b-versatile"], loginUrl: "https://console.groq.com/keys", }, - "mistral": { - id: "mistral", - name: "Mistral", - authMethod: "api-key", - defaultModel: "mistral-large-latest", - models: ["mistral-large-latest", "codestral-latest"], - loginUrl: "https://console.mistral.ai/api-keys", - }, "xai": { id: "xai", name: "xAI (Grok)",