mirror of
https://github.com/Mintplex-Labs/anything-llm.git
synced 2025-04-17 18:18:11 +00:00
update case stmt for duplicate groq model
This commit is contained in:
parent
6bab8b5bd4
commit
7a2ffefdc3
2 changed files with 1 additions and 1 deletions
1
.vscode/settings.json
vendored
1
.vscode/settings.json
vendored
|
@ -29,6 +29,7 @@
|
|||
"mbox",
|
||||
"Milvus",
|
||||
"Mintplex",
|
||||
"mixtral",
|
||||
"moderations",
|
||||
"numpages",
|
||||
"Ollama",
|
||||
|
|
|
@ -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":
|
||||
|
|
Loading…
Add table
Reference in a new issue