From 3c54427ae6d045e48ff7744742b6af0a784f06c8 Mon Sep 17 00:00:00 2001 From: shohidulbari Date: Wed, 12 Nov 2025 04:05:45 +0600 Subject: [PATCH 1/3] chore: add file names in the model response Signed-off-by: shohidulbari --- core/http/routes/ui_api.go | 1 + 1 file changed, 1 insertion(+) diff --git a/core/http/routes/ui_api.go b/core/http/routes/ui_api.go index 1fb016825c2b..693681e7f65a 100644 --- a/core/http/routes/ui_api.go +++ b/core/http/routes/ui_api.go @@ -200,6 +200,7 @@ func RegisterUIAPIRoutes(app *fiber.App, cl *config.ModelConfigLoader, appConfig "jobID": jobID, "isDeletion": isDeletionOp, "trustRemoteCode": trustRemoteCodeExists, + "additionalFiles": m.AdditionalFiles, }) } From b59c3d70463ec25dfc8c1b4e451642dcc554adf1 Mon Sep 17 00:00:00 2001 From: shohidulbari Date: Wed, 12 Nov 2025 04:06:19 +0600 Subject: [PATCH 2/3] chore: show file names in model preview Signed-off-by: shohidulbari --- core/http/views/models.html | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/core/http/views/models.html b/core/http/views/models.html index 2cc1a37861ce..934f70423ca2 100644 --- a/core/http/views/models.html +++ b/core/http/views/models.html @@ -376,6 +376,21 @@

0"> +
+

Files

+
    + +
+
+