mirror of
https://github.com/voideditor/void
synced 2026-05-23 17:38:23 +00:00
Update voidSettingsTypes.ts
Removed "distil-whisper-large-v3-en" because Whisper is not a model you chat with. Added "llama3-70b-8192" + "mixtral-8x7b-32768"
This commit is contained in:
parent
fb7b50b36b
commit
570e13127d
1 changed files with 3 additions and 2 deletions
|
|
@ -86,10 +86,11 @@ export const defaultDeepseekModels = modelInfoOfDefaultNames([
|
|||
|
||||
// https://console.groq.com/docs/models
|
||||
export const defaultGroqModels = modelInfoOfDefaultNames([
|
||||
"distil-whisper-large-v3-en",
|
||||
"llama3-70b-8192",
|
||||
"llama-3.3-70b-versatile",
|
||||
"llama-3.1-8b-instant",
|
||||
"gemma2-9b-it"
|
||||
"gemma2-9b-it",
|
||||
"mixtral-8x7b-32768"
|
||||
])
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue