mirror of
https://github.com/voideditor/void
synced 2026-05-23 17:38:23 +00:00
Merge pull request #259 from DoctorGlitchy/main
Update voidSettingsTypes.ts
This commit is contained in:
commit
aa580351d9
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