[PR #1973] [MERGED] Add local llm import desktop #3850

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

📋 Pull Request Information

Original PR: https://github.com/Mintplex-Labs/anything-llm/pull/1973
Author: @timothycarambat
Created: 7/25/2024
Status: Merged
Merged: 7/25/2024
Merged by: @timothycarambat

Base: desktopHead: add-local-llm-import-desktop


📝 Commits (1)

  • 8f11225 Add support to load local GGUF files for models

📊 Changes

6 files changed (+367 additions, -40 deletions)

View changed files

frontend/src/assets/logo/custom-llm.png (+0 -0)
📝 frontend/src/components/LLMSelection/AnythingLLMOptions/ModelCard/index.jsx (+31 -20)
📝 frontend/src/components/LLMSelection/AnythingLLMOptions/index.jsx (+165 -20)
📝 frontend/src/models/system.js (+50 -0)
📝 server/endpoints/system.js (+61 -0)
📝 server/utils/AiProviders/anythingLLM/index.js (+60 -0)

📄 Description

No description provided


🔄 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/1973 **Author:** [@timothycarambat](https://github.com/timothycarambat) **Created:** 7/25/2024 **Status:** ✅ Merged **Merged:** 7/25/2024 **Merged by:** [@timothycarambat](https://github.com/timothycarambat) **Base:** `desktop` ← **Head:** `add-local-llm-import-desktop` --- ### 📝 Commits (1) - [`8f11225`](https://github.com/Mintplex-Labs/anything-llm/commit/8f1122572add17b26f5fb695359120e4101ecbab) Add support to load local GGUF files for models ### 📊 Changes **6 files changed** (+367 additions, -40 deletions) <details> <summary>View changed files</summary> ➕ `frontend/src/assets/logo/custom-llm.png` (+0 -0) 📝 `frontend/src/components/LLMSelection/AnythingLLMOptions/ModelCard/index.jsx` (+31 -20) 📝 `frontend/src/components/LLMSelection/AnythingLLMOptions/index.jsx` (+165 -20) 📝 `frontend/src/models/system.js` (+50 -0) 📝 `server/endpoints/system.js` (+61 -0) 📝 `server/utils/AiProviders/anythingLLM/index.js` (+60 -0) </details> ### 📄 Description _No description provided_ --- <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:34:37 -05:00
yindo closed this issue 2026-02-22 18:34:37 -05:00
yindo changed title from [PR #1973] Add local llm import desktop to [PR #1973] [MERGED] Add local llm import desktop 2026-06-05 15:15:32 -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#3850