diff --git a/routers/repo/ai_model_convert.go b/routers/repo/ai_model_convert.go index c93a295fc..3ec0a4de5 100644 --- a/routers/repo/ai_model_convert.go +++ b/routers/repo/ai_model_convert.go @@ -647,7 +647,7 @@ func ModelConvertDownloadModel(ctx *context.Context) { return } //ctx.JSON(200, url) - http.Redirect(ctx.Resp, ctx.Req.Request, url, http.StatusMovedPermanently) + http.Redirect(ctx.Resp, ctx.Req.Request, url, http.StatusTemporaryRedirect) } else { }