feat: add support for DeepSeek channel in streamSupportedChannels

This commit is contained in:
CaIon
2025-05-06 18:41:01 +08:00
parent 1c67dd3c31
commit 5639f1c2d8

View File

@@ -103,6 +103,7 @@ var streamSupportedChannels = map[int]bool{
common.ChannelTypeVolcEngine: true,
common.ChannelTypeOllama: true,
common.ChannelTypeXai: true,
common.ChannelTypeDeepSeek: true,
}
func GenRelayInfoWs(c *gin.Context, ws *websocket.Conn) *RelayInfo {