feat: support Groq (#107)

This commit is contained in:
Buer
2024-03-13 15:36:31 +08:00
committed by GitHub
parent 24761c2ce5
commit 05347bc9a1
9 changed files with 145 additions and 1 deletions

View File

@@ -59,6 +59,7 @@ func init() {
common.ChannelTypeDeepseek: "Deepseek",
common.ChannelTypeMoonshot: "Moonshot",
common.ChannelTypeMistral: "Mistral",
common.ChannelTypeGroq: "Groq",
}
}