feat: add support for BaiduV2 channel in relay info

This commit is contained in:
CaIon 2025-05-07 16:30:32 +08:00
parent 645b19b937
commit 4ad7c26345

View File

@ -116,6 +116,7 @@ var streamSupportedChannels = map[int]bool{
common.ChannelTypeOllama: true,
common.ChannelTypeXai: true,
common.ChannelTypeDeepSeek: true,
common.ChannelTypeBaiduV2: true,
}
func GenRelayInfoWs(c *gin.Context, ws *websocket.Conn) *RelayInfo {