[PR #4871] [MERGED] Extract Model Table to component #4799

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

📋 Pull Request Information

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

Base: masterHead: model-table-component


📝 Commits (3)

📊 Changes

9 files changed (+692 additions, -153 deletions)

View changed files

📝 .github/workflows/dev-build.yaml (+1 -1)
📝 frontend/package.json (+1 -0)
📝 frontend/src/components/LLMSelection/DockerModelRunnerOptions/index.jsx (+20 -104)
📝 frontend/src/components/lib/ModelTable/index.jsx (+87 -40)
frontend/src/components/lib/ModelTable/layout.jsx (+80 -0)
frontend/src/components/lib/ModelTable/loading.jsx (+18 -0)
frontend/src/components/lib/MonoProviderIcon/index.jsx (+97 -0)
📝 frontend/yarn.lock (+360 -2)
📝 server/utils/AiProviders/dockerModelRunner/index.js (+28 -6)

📄 Description

What is in this change?

Add provider icons to header rows and installed models Light mode supported
Mapping for model name id hints to provider
Update DMR to filter chat models by ability since not available via hub API


🔄 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/4871 **Author:** [@timothycarambat](https://github.com/timothycarambat) **Created:** 1/16/2026 **Status:** ✅ Merged **Merged:** 1/16/2026 **Merged by:** [@timothycarambat](https://github.com/timothycarambat) **Base:** `master` ← **Head:** `model-table-component` --- ### 📝 Commits (3) - [`be53848`](https://github.com/Mintplex-Labs/anything-llm/commit/be5384808d540ef0fc2f7cf19cea582fe980a4af) Extract Model Table to component - [`a58e9e4`](https://github.com/Mintplex-Labs/anything-llm/commit/a58e9e435cb9bb52ec7fab182a14d15f5866b835) linting + dev - [`d103e62`](https://github.com/Mintplex-Labs/anything-llm/commit/d103e62cae91d3fd00731f793b91ddf40a4ee928) fix incorrect import ### 📊 Changes **9 files changed** (+692 additions, -153 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/dev-build.yaml` (+1 -1) 📝 `frontend/package.json` (+1 -0) 📝 `frontend/src/components/LLMSelection/DockerModelRunnerOptions/index.jsx` (+20 -104) 📝 `frontend/src/components/lib/ModelTable/index.jsx` (+87 -40) ➕ `frontend/src/components/lib/ModelTable/layout.jsx` (+80 -0) ➕ `frontend/src/components/lib/ModelTable/loading.jsx` (+18 -0) ➕ `frontend/src/components/lib/MonoProviderIcon/index.jsx` (+97 -0) 📝 `frontend/yarn.lock` (+360 -2) 📝 `server/utils/AiProviders/dockerModelRunner/index.js` (+28 -6) </details> ### 📄 Description ### What is in this change? Add provider icons to header rows and installed models Light mode supported Mapping for model name id hints to provider Update DMR to filter chat models by ability since not available via hub API --- <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:33 -05:00
yindo closed this issue 2026-02-22 18:36:33 -05:00
yindo changed title from [PR #4871] Extract Model Table to component to [PR #4871] [MERGED] Extract Model Table to component 2026-06-05 15:20:26 -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#4799