diff --git a/routers/repo/ai_model_manage.go b/routers/repo/ai_model_manage.go index 5ce72762c..1766d198d 100644 --- a/routers/repo/ai_model_manage.go +++ b/routers/repo/ai_model_manage.go @@ -349,6 +349,7 @@ func DownloadSingleModelFile(ctx *context.Context) { } func ShowModelInfo(ctx *context.Context) { + ctx.Data["ID"] = ctx.Query("ID") ctx.HTML(200, tplModelInfo) }