This commit is contained in:
Seefs
2025-10-31 15:29:17 +08:00
committed by GitHub
parent 26a21bd209
commit 36b712437d
6 changed files with 278 additions and 14 deletions
+1 -1
View File
@@ -319,7 +319,7 @@ func videoFetchByIDRespBodyBuilder(c *gin.Context) (respBody []byte, taskResp *d
if err2 != nil {
return
}
if channelModel.Type != constant.ChannelTypeVertexAi {
if channelModel.Type != constant.ChannelTypeVertexAi && channelModel.Type != constant.ChannelTypeGemini {
return
}
baseURL := constant.ChannelBaseURLs[channelModel.Type]