mirror of
https://github.com/voideditor/void
synced 2026-05-23 17:38:23 +00:00
groq
This commit is contained in:
parent
21708fd7e0
commit
c7a6bddfbe
1 changed files with 4 additions and 3 deletions
|
|
@ -86,9 +86,10 @@ export const defaultDeepseekModels = modelInfoOfDefaultNames([
|
|||
|
||||
// https://console.groq.com/docs/models
|
||||
export const defaultGroqModels = modelInfoOfDefaultNames([
|
||||
"mixtral-8x7b-32768",
|
||||
"llama2-70b-4096",
|
||||
"gemma-7b-it"
|
||||
"distil-whisper-large-v3-en",
|
||||
"llama-3.3-70b-versatile",
|
||||
"llama-3.1-8b-instant",
|
||||
"gemma2-9b-it"
|
||||
])
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue