From d493fffa3f5f9939085a096f71b4bb54e656097c Mon Sep 17 00:00:00 2001 From: creamlike1024 Date: Sat, 18 Oct 2025 17:00:08 +0800 Subject: [PATCH] feat: add support for Ali channel in streamSupportedChannels --- relay/common/relay_info.go | 1 + 1 file changed, 1 insertion(+) diff --git a/relay/common/relay_info.go b/relay/common/relay_info.go index a23e863b..40738f48 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 {