Skip to content

Commit

Permalink
fix: remove outdated model from ModelList and add new deepseek models
Browse files Browse the repository at this point in the history
  • Loading branch information
songquanpeng committed Feb 6, 2025
1 parent faced40 commit 293ba93
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion relay/adaptor/groq/constants.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ package groq
// https://console.groq.com/docs/models

var ModelList = []string{
"gemma-7b-it",
"gemma2-9b-it",
"llama-3.1-70b-versatile",
"llama-3.1-8b-instant",
Expand All @@ -23,4 +22,6 @@ var ModelList = []string{
"distil-whisper-large-v3-en",
"whisper-large-v3",
"whisper-large-v3-turbo",
"deepseek-r1-distill-llama-70b-specdec",
"deepseek-r1-distill-llama-70b",
}

0 comments on commit 293ba93

Please sign in to comment.