From 7a2ffefdc37fe88d5c7e5264d6989dc57a7e161a Mon Sep 17 00:00:00 2001
From: timothycarambat <rambat1010@gmail.com>
Date: Thu, 25 Jul 2024 17:39:29 -0700
Subject: [PATCH] update case stmt for duplicate groq model

---
 .vscode/settings.json                  | 1 +
 server/utils/AiProviders/groq/index.js | 1 -
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/.vscode/settings.json b/.vscode/settings.json
index 5e26e4778..6b47d3871 100644
--- a/.vscode/settings.json
+++ b/.vscode/settings.json
@@ -29,6 +29,7 @@
     "mbox",
     "Milvus",
     "Mintplex",
+    "mixtral",
     "moderations",
     "numpages",
     "Ollama",
diff --git a/server/utils/AiProviders/groq/index.js b/server/utils/AiProviders/groq/index.js
index ccfc647a0..6b750c2ad 100644
--- a/server/utils/AiProviders/groq/index.js
+++ b/server/utils/AiProviders/groq/index.js
@@ -48,7 +48,6 @@ class GroqLLM {
       case "llama3-8b-8192":
         return 8192;
       case "llama-3.1-70b-versatile":
-      case "llama-3.1-8b-instant":
       case "llama-3.1-8b-instant":
         return 131072;
       case "mixtral-8x7b-32768":
-- 
GitLab