diff --git a/relay/common/relay_info.go b/relay/common/relay_info.go index a23e863b6..40738f483 100644 --- a/relay/common/relay_info.go +++ b/relay/common/relay_info.go @@ -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 {