Skip to content

Commit 293ba93

Browse files
committed
fix: remove outdated model from ModelList and add new deepseek models
1 parent faced40 commit 293ba93

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

relay/adaptor/groq/constants.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ package groq
33
// https://console.groq.com/docs/models
44

55
var ModelList = []string{
6-
"gemma-7b-it",
76
"gemma2-9b-it",
87
"llama-3.1-70b-versatile",
98
"llama-3.1-8b-instant",
@@ -23,4 +22,6 @@ var ModelList = []string{
2322
"distil-whisper-large-v3-en",
2423
"whisper-large-v3",
2524
"whisper-large-v3-turbo",
25+
"deepseek-r1-distill-llama-70b-specdec",
26+
"deepseek-r1-distill-llama-70b",
2627
}

0 commit comments

Comments
 (0)