feat: add support for BaiduV2 channel in relay info

This commit is contained in:
CaIon
2025-05-07 16:30:32 +08:00
parent 4ecf5dde14
commit b19e1b8207

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 {