diff --git a/relay/common/relay_info.go b/relay/common/relay_info.go index 40738f48..8f59a905 100644 --- a/relay/common/relay_info.go +++ b/relay/common/relay_info.go @@ -264,6 +264,7 @@ var streamSupportedChannels = map[int]bool{ constant.ChannelTypeBaiduV2: true, constant.ChannelTypeZhipu_v4: true, constant.ChannelTypeAli: true, + constant.ChannelTypeSubmodel: true, } func GenRelayInfoWs(c *gin.Context, ws *websocket.Conn) *RelayInfo {