Commit d493fffa by creamlike1024

feat: add support for Ali channel in streamSupportedChannels

parent 8ac80126
...@@ -263,6 +263,7 @@ var streamSupportedChannels = map[int]bool{ ...@@ -263,6 +263,7 @@ var streamSupportedChannels = map[int]bool{
constant.ChannelTypeDeepSeek: true, constant.ChannelTypeDeepSeek: true,
constant.ChannelTypeBaiduV2: true, constant.ChannelTypeBaiduV2: true,
constant.ChannelTypeZhipu_v4: true, constant.ChannelTypeZhipu_v4: true,
constant.ChannelTypeAli: true,
} }
func GenRelayInfoWs(c *gin.Context, ws *websocket.Conn) *RelayInfo { func GenRelayInfoWs(c *gin.Context, ws *websocket.Conn) *RelayInfo {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment