Commit a25c11df by CaIon

feat: add support for Submodel channel type in relay info

parent 5125606f
......@@ -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 {
......
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