feat: add support for DeepSeek channel in streamSupportedChannels
This commit is contained in:
parent
e8111e2bdb
commit
062dbb109e
@ -103,6 +103,7 @@ var streamSupportedChannels = map[int]bool{
|
||||
common.ChannelTypeVolcEngine: true,
|
||||
common.ChannelTypeOllama: true,
|
||||
common.ChannelTypeXai: true,
|
||||
common.ChannelTypeDeepSeek: true,
|
||||
}
|
||||
|
||||
func GenRelayInfoWs(c *gin.Context, ws *websocket.Conn) *RelayInfo {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user