[PR #1279] [MERGED] [FEAT] Text Generation Web UI LLM provider support #3640

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

📋 Pull Request Information

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

Base: masterHead: 1075-feat-oobabooga-text-gen-api-support


📝 Commits (5)

  • f8e3934 add text gen web ui LLM provider support
  • 4e58f28 update README
  • c56fa6a Merge branch 'master' into 1075-feat-oobabooga-text-gen-api-support
  • ef446ac README typo
  • 059bfb0 update TextWebUI display name

📊 Changes

13 files changed (+229 additions, -6 deletions)

View changed files

📝 README.md (+1 -5)
📝 docker/.env.example (+4 -0)
frontend/src/components/LLMSelection/TextGenWebUIOptions/index.jsx (+37 -0)
📝 frontend/src/hooks/useGetProvidersModels.js (+7 -1)
frontend/src/media/llmprovider/text-generation-webui.png (+0 -0)
📝 frontend/src/pages/GeneralSettings/LLMPreference/index.jsx (+10 -0)
📝 frontend/src/pages/OnboardingFlow/Steps/DataHandling/index.jsx (+8 -0)
📝 frontend/src/pages/OnboardingFlow/Steps/LLMPreference/index.jsx (+9 -0)
📝 server/.env.example (+4 -0)
📝 server/models/systemSettings.js (+4 -0)
server/utils/AiProviders/textGenWebUI/index.js (+131 -0)
📝 server/utils/helpers/index.js (+3 -0)
📝 server/utils/helpers/updateENV.js (+11 -0)

📄 Description

Pull Request Type

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

Relevant Issues

resolves #1075

What is in this change?

  • Support LLMs loaded into Text Generation Web UI by oobabooga
  • Update .env example files for Text Generation Web UI support

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/1279 **Author:** [@shatfield4](https://github.com/shatfield4) **Created:** 5/3/2024 **Status:** ✅ Merged **Merged:** 5/8/2024 **Merged by:** [@timothycarambat](https://github.com/timothycarambat) **Base:** `master` ← **Head:** `1075-feat-oobabooga-text-gen-api-support` --- ### 📝 Commits (5) - [`f8e3934`](https://github.com/Mintplex-Labs/anything-llm/commit/f8e3934aa1358b023f9dbb545b454e3fcc7fdf79) add text gen web ui LLM provider support - [`4e58f28`](https://github.com/Mintplex-Labs/anything-llm/commit/4e58f28a25df08a7300e1fbed4ce5c0284f86609) update README - [`c56fa6a`](https://github.com/Mintplex-Labs/anything-llm/commit/c56fa6a3dac859a2f0fa5e2ee16ee266f652c0e1) Merge branch 'master' into 1075-feat-oobabooga-text-gen-api-support - [`ef446ac`](https://github.com/Mintplex-Labs/anything-llm/commit/ef446ac99b6c123c2929dbd15b2ca10b9665851a) README typo - [`059bfb0`](https://github.com/Mintplex-Labs/anything-llm/commit/059bfb0f8e12b77a08b8c3e7689fe0dfb9691837) update TextWebUI display name ### 📊 Changes **13 files changed** (+229 additions, -6 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+1 -5) 📝 `docker/.env.example` (+4 -0) ➕ `frontend/src/components/LLMSelection/TextGenWebUIOptions/index.jsx` (+37 -0) 📝 `frontend/src/hooks/useGetProvidersModels.js` (+7 -1) ➕ `frontend/src/media/llmprovider/text-generation-webui.png` (+0 -0) 📝 `frontend/src/pages/GeneralSettings/LLMPreference/index.jsx` (+10 -0) 📝 `frontend/src/pages/OnboardingFlow/Steps/DataHandling/index.jsx` (+8 -0) 📝 `frontend/src/pages/OnboardingFlow/Steps/LLMPreference/index.jsx` (+9 -0) 📝 `server/.env.example` (+4 -0) 📝 `server/models/systemSettings.js` (+4 -0) ➕ `server/utils/AiProviders/textGenWebUI/index.js` (+131 -0) 📝 `server/utils/helpers/index.js` (+3 -0) 📝 `server/utils/helpers/updateENV.js` (+11 -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 #1075 ### What is in this change? <!-- Describe the changes in this PR that are impactful to the repo. --> - Support LLMs loaded into Text Generation Web UI by oobabooga - Update .env example files for Text Generation Web UI support ### 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:12 -05:00
yindo closed this issue 2026-02-22 18:34:12 -05:00
yindo changed title from [PR #1279] [FEAT] Text Generation Web UI LLM provider support to [PR #1279] [MERGED] [FEAT] Text Generation Web UI LLM provider 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#3640