feat: add support for Ali channel in streamSupportedChannels
This commit is contained in:
parent
8ac801261d
commit
d493fffa3f
@ -263,6 +263,7 @@ var streamSupportedChannels = map[int]bool{
|
|||||||
constant.ChannelTypeDeepSeek: true,
|
constant.ChannelTypeDeepSeek: true,
|
||||||
constant.ChannelTypeBaiduV2: true,
|
constant.ChannelTypeBaiduV2: true,
|
||||||
constant.ChannelTypeZhipu_v4: true,
|
constant.ChannelTypeZhipu_v4: true,
|
||||||
|
constant.ChannelTypeAli: true,
|
||||||
}
|
}
|
||||||
|
|
||||||
func GenRelayInfoWs(c *gin.Context, ws *websocket.Conn) *RelayInfo {
|
func GenRelayInfoWs(c *gin.Context, ws *websocket.Conn) *RelayInfo {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user