|
|
@@ -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 {
|