update case stmt for duplicate groq model

This commit is contained in:
timothycarambat 2024-07-25 17:39:29 -07:00
parent 6bab8b5bd4
commit 7a2ffefdc3
2 changed files with 1 additions and 1 deletions
.vscode
server/utils/AiProviders/groq

View file

@ -29,6 +29,7 @@
"mbox",
"Milvus",
"Mintplex",
"mixtral",
"moderations",
"numpages",
"Ollama",

View file

@ -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":