This commit is contained in:
Seefs
2025-10-31 15:29:17 +08:00
committed by GitHub
parent fc56f45628
commit 9629c8a771
6 changed files with 278 additions and 14 deletions

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]