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.ChannelTypeVolcEngine: true,
|
||||||
common.ChannelTypeOllama: true,
|
common.ChannelTypeOllama: true,
|
||||||
common.ChannelTypeXai: true,
|
common.ChannelTypeXai: true,
|
||||||
|
common.ChannelTypeDeepSeek: true,
|
||||||
}
|
}
|
||||||
|
|
||||||
func GenRelayInfoWs(c *gin.Context, ws *websocket.Conn) *RelayInfo {
|
func GenRelayInfoWs(c *gin.Context, ws *websocket.Conn) *RelayInfo {
|
||||||
|
|||||||
Reference in New Issue
Block a user