[PR #1268] [MERGED] [FEAT] KoboldCPP LLM Support #3637

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

📋 Pull Request Information

Original PR: https://github.com/Mintplex-Labs/anything-llm/pull/1268
Author: @shatfield4
Created: 5/2/2024
Status: Merged
Merged: 5/2/2024
Merged by: @timothycarambat

Base: masterHead: 513-support-koboldcpp


📝 Commits (4)

  • 22a77e5 koboldcpp LLM support
  • 6c11aef Merge branch 'master' into 513-support-koboldcpp
  • d0493a8 update .env.examples for koboldcpp support
  • dc149dd update LLM preference order

📊 Changes

12 files changed (+381 additions, -0 deletions)

View changed files

📝 docker/.env.example (+5 -0)
frontend/src/components/LLMSelection/KoboldCPPOptions/index.jsx (+112 -0)
frontend/src/media/llmprovider/koboldcpp.png (+0 -0)
📝 frontend/src/pages/GeneralSettings/LLMPreference/index.jsx (+14 -0)
📝 frontend/src/pages/OnboardingFlow/Steps/DataHandling/index.jsx (+8 -0)
📝 frontend/src/pages/OnboardingFlow/Steps/LLMPreference/index.jsx (+9 -0)
📝 server/.env.example (+5 -0)
📝 server/models/systemSettings.js (+5 -0)
server/utils/AiProviders/koboldCPP/index.js (+180 -0)
📝 server/utils/helpers/customModels.js (+25 -0)
📝 server/utils/helpers/index.js (+3 -0)
📝 server/utils/helpers/updateENV.js (+15 -0)

📄 Description

Pull Request Type

  • feat
  • 🐛 fix
  • ♻️ refactor
  • 💄 style
  • 🔨 chore
  • 📝 docs

Relevant Issues

resolves #513

What is in this change?

  • Add support for KoboldCPP LLM

Additional Information

Developer Validations

  • I ran yarn lint from the root of the repo & committed changes
  • Relevant documentation has been updated
  • I have tested my code functionality
  • Docker build succeeds locally

🔄 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/1268 **Author:** [@shatfield4](https://github.com/shatfield4) **Created:** 5/2/2024 **Status:** ✅ Merged **Merged:** 5/2/2024 **Merged by:** [@timothycarambat](https://github.com/timothycarambat) **Base:** `master` ← **Head:** `513-support-koboldcpp` --- ### 📝 Commits (4) - [`22a77e5`](https://github.com/Mintplex-Labs/anything-llm/commit/22a77e5a5f79c3e67c4bd319124b05e80fdc5795) koboldcpp LLM support - [`6c11aef`](https://github.com/Mintplex-Labs/anything-llm/commit/6c11aef2dda5214149940e525010e1ca5c96dfda) Merge branch 'master' into 513-support-koboldcpp - [`d0493a8`](https://github.com/Mintplex-Labs/anything-llm/commit/d0493a88505fcfe1522ae04098dd14d8536c79a6) update .env.examples for koboldcpp support - [`dc149dd`](https://github.com/Mintplex-Labs/anything-llm/commit/dc149dd1fd0fe51876eca8efb20320f80ff5fdf8) update LLM preference order ### 📊 Changes **12 files changed** (+381 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `docker/.env.example` (+5 -0) ➕ `frontend/src/components/LLMSelection/KoboldCPPOptions/index.jsx` (+112 -0) ➕ `frontend/src/media/llmprovider/koboldcpp.png` (+0 -0) 📝 `frontend/src/pages/GeneralSettings/LLMPreference/index.jsx` (+14 -0) 📝 `frontend/src/pages/OnboardingFlow/Steps/DataHandling/index.jsx` (+8 -0) 📝 `frontend/src/pages/OnboardingFlow/Steps/LLMPreference/index.jsx` (+9 -0) 📝 `server/.env.example` (+5 -0) 📝 `server/models/systemSettings.js` (+5 -0) ➕ `server/utils/AiProviders/koboldCPP/index.js` (+180 -0) 📝 `server/utils/helpers/customModels.js` (+25 -0) 📝 `server/utils/helpers/index.js` (+3 -0) 📝 `server/utils/helpers/updateENV.js` (+15 -0) </details> ### 📄 Description ### Pull Request Type <!-- For change type, change [ ] to [x]. --> - [x] ✨ feat - [ ] 🐛 fix - [ ] ♻️ refactor - [ ] 💄 style - [ ] 🔨 chore - [ ] 📝 docs ### Relevant Issues <!-- Use "resolves #xxx" to auto resolve on merge. Otherwise, please use "connect #xxx" --> resolves #513 ### What is in this change? <!-- Describe the changes in this PR that are impactful to the repo. --> - Add support for KoboldCPP LLM ### Additional Information <!-- Add any other context about the Pull Request here that was not captured above. --> ### Developer Validations <!-- All of the applicable items should be checked. --> - [x] I ran `yarn lint` from the root of the repo & committed changes - [x] Relevant documentation has been updated - [x] I have tested my code functionality - [x] Docker build succeeds locally --- <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:11 -05:00
yindo closed this issue 2026-02-22 18:34:11 -05:00
yindo changed title from [PR #1268] [FEAT] KoboldCPP LLM Support to [PR #1268] [MERGED] [FEAT] KoboldCPP LLM Support 2026-06-05 15:14: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#3637