feat: add support for Ali channel in streamSupportedChannels

This commit is contained in:
creamlike1024
2025-10-18 17:00:08 +08:00
parent 7156bf2382
commit c693bfee5e

View File

@@ -263,6 +263,7 @@ var streamSupportedChannels = map[int]bool{
constant.ChannelTypeDeepSeek: true,
constant.ChannelTypeBaiduV2: true,
constant.ChannelTypeZhipu_v4: true,
constant.ChannelTypeAli: true,
}
func GenRelayInfoWs(c *gin.Context, ws *websocket.Conn) *RelayInfo {