feat: Add Mistral provider support

feat: Update manifest version to 1.4.1
This commit is contained in:
n4ze3m
2025-01-04 20:16:23 +05:30
parent efb49d8e34
commit 1d9d704c76
4 changed files with 41 additions and 1 deletions

View File

@@ -48,5 +48,10 @@ export const OAI_API_PROVIDERS = [
label: "Google AI",
value: "gemini",
baseUrl: "https://generativelanguage.googleapis.com/v1beta/openai"
},
{
label: "Mistral",
value: "mistral",
baseUrl: "https://api.mistral.ai/v1"
}
]