[PR #4884] [MERGED] Docker model runner download from UI #4804

Closed
opened 2026-02-22 18:36:34 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/Mintplex-Labs/anything-llm/pull/4884
Author: @timothycarambat
Created: 1/19/2026
Status: Merged
Merged: 1/19/2026
Merged by: @timothycarambat

Base: masterHead: docker-model-runner-download-from-ui


📝 Commits (3)

📊 Changes

5 files changed (+232 additions, -6 deletions)

View changed files

📝 .github/workflows/dev-build.yaml (+1 -1)
📝 frontend/src/components/LLMSelection/DockerModelRunnerOptions/index.jsx (+39 -5)
frontend/src/models/utils/dmrUtils.js (+77 -0)
📝 server/endpoints/utils.js (+5 -0)
server/endpoints/utils/dockerModelRunnerUtils.js (+110 -0)

📄 Description

connect #4863


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/Mintplex-Labs/anything-llm/pull/4884 **Author:** [@timothycarambat](https://github.com/timothycarambat) **Created:** 1/19/2026 **Status:** ✅ Merged **Merged:** 1/19/2026 **Merged by:** [@timothycarambat](https://github.com/timothycarambat) **Base:** `master` ← **Head:** `docker-model-runner-download-from-ui` --- ### 📝 Commits (3) - [`aac2ea6`](https://github.com/Mintplex-Labs/anything-llm/commit/aac2ea6315fc3a941e7a887855f956adbeb5768f) Enable downloads of DMR models from UI - [`400eb57`](https://github.com/Mintplex-Labs/anything-llm/commit/400eb579af9b4ddb163f31f0cf0cb5a7dd10bd1f) add utils + dev build - [`f7d01bb`](https://github.com/Mintplex-Labs/anything-llm/commit/f7d01bb8471b141b49dae30314831a69498d9421) linting ### 📊 Changes **5 files changed** (+232 additions, -6 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/dev-build.yaml` (+1 -1) 📝 `frontend/src/components/LLMSelection/DockerModelRunnerOptions/index.jsx` (+39 -5) ➕ `frontend/src/models/utils/dmrUtils.js` (+77 -0) 📝 `server/endpoints/utils.js` (+5 -0) ➕ `server/endpoints/utils/dockerModelRunnerUtils.js` (+110 -0) </details> ### 📄 Description connect #4863 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-22 18:36:34 -05:00
yindo closed this issue 2026-02-22 18:36:34 -05:00
yindo changed title from [PR #4884] Docker model runner download from UI to [PR #4884] [MERGED] Docker model runner download from UI 2026-06-05 15:20:27 -04:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Mintplex-Labs/anything-llm#4804