mirror of
https://github.com/songquanpeng/one-api.git
synced 2025-09-17 09:16:36 +08:00
fix: remove outdated model from ModelList and add new deepseek models
This commit is contained in:
parent
faced40d5b
commit
293ba93ad6
@ -3,7 +3,6 @@ package groq
|
|||||||
// https://console.groq.com/docs/models
|
// https://console.groq.com/docs/models
|
||||||
|
|
||||||
var ModelList = []string{
|
var ModelList = []string{
|
||||||
"gemma-7b-it",
|
|
||||||
"gemma2-9b-it",
|
"gemma2-9b-it",
|
||||||
"llama-3.1-70b-versatile",
|
"llama-3.1-70b-versatile",
|
||||||
"llama-3.1-8b-instant",
|
"llama-3.1-8b-instant",
|
||||||
@ -23,4 +22,6 @@ var ModelList = []string{
|
|||||||
"distil-whisper-large-v3-en",
|
"distil-whisper-large-v3-en",
|
||||||
"whisper-large-v3",
|
"whisper-large-v3",
|
||||||
"whisper-large-v3-turbo",
|
"whisper-large-v3-turbo",
|
||||||
|
"deepseek-r1-distill-llama-70b-specdec",
|
||||||
|
"deepseek-r1-distill-llama-70b",
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user