mirror of
https://github.com/QuantumNous/new-api.git
synced 2026-04-18 10:07:27 +00:00
feat: add support for DeepSeek channel in streamSupportedChannels
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user