From 91a056467ddd1ce7f776e989363d1af54fdb5b2a Mon Sep 17 00:00:00 2001 From: rjmacarthy Date: Mon, 20 Jan 2025 19:53:16 +0000 Subject: [PATCH] typo --- src/common/constants.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/constants.ts b/src/common/constants.ts index f1f585e..41a4109 100644 --- a/src/common/constants.ts +++ b/src/common/constants.ts @@ -126,7 +126,7 @@ export const OPEN_AI_COMPATIBLE_PROVIDERS = { export const API_PROVIDERS = { Anthropic: "anthropic", OpenAI: "openai", - Mistral: "misrtal", + Mistral: "mistral", LlamaCpp: "llamacpp", Groq: "groq", OpenRouter: "openrouter",