diff --git a/relay/common/relay_info.go b/relay/common/relay_info.go index 4978f84f..e1e3916d 100644 --- a/relay/common/relay_info.go +++ b/relay/common/relay_info.go @@ -112,7 +112,8 @@ func GenRelayInfo(c *gin.Context) *RelayInfo { } if info.ChannelType == common.ChannelTypeOpenAI || info.ChannelType == common.ChannelTypeAnthropic || info.ChannelType == common.ChannelTypeAws || info.ChannelType == common.ChannelTypeGemini || - info.ChannelType == common.ChannelCloudflare || info.ChannelType == common.ChannelTypeAzure { + info.ChannelType == common.ChannelCloudflare || info.ChannelType == common.ChannelTypeAzure || + info.ChannelType == common.ChannelTypeVolcEngine { info.SupportStreamOptions = true } return info