mirror of
https://github.com/multica-ai/multica.git
synced 2026-07-27 13:06:20 +02:00
chore(providers): remove Mistral from provider registry
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -102,14 +102,6 @@ const PROVIDER_REGISTRY: Record<string, ProviderMeta> = {
|
||||
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)",
|
||||
|
||||
Reference in New Issue
Block a user