Commit 4ad7c263 by CaIon

feat: add support for BaiduV2 channel in relay info

parent 645b19b9
......@@ -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 {
......
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