We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb3537f commit 6791eb7Copy full SHA for 6791eb7
relay/common/relay_info.go
@@ -264,6 +264,7 @@ var streamSupportedChannels = map[int]bool{
264
constant.ChannelTypeBaiduV2: true,
265
constant.ChannelTypeZhipu_v4: true,
266
constant.ChannelTypeAli: true,
267
+ constant.ChannelTypeSubmodel: true,
268
}
269
270
func GenRelayInfoWs(c *gin.Context, ws *websocket.Conn) *RelayInfo {
0 commit comments