feat: support mistral (#94)

This commit is contained in:
Buer
2024-03-10 01:53:33 +08:00
committed by GitHub
parent d8d880bf85
commit 6329db1a49
10 changed files with 340 additions and 0 deletions

View File

@@ -58,6 +58,7 @@ func init() {
common.ChannelTypeMiniMax: "MiniMax",
common.ChannelTypeDeepseek: "Deepseek",
common.ChannelTypeMoonshot: "Moonshot",
common.ChannelTypeMistral: "Mistral",
}
}