[PR #362] [CLOSED] LocalAI as LLM Provider #3318

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

📋 Pull Request Information

Original PR: https://github.com/Mintplex-Labs/anything-llm/pull/362
Author: @tlandenberger
Created: 11/13/2023
Status: Closed

Base: masterHead: feature/localai-llm-provider


📝 Commits (1)

  • dea869c feature: add LocalAI as llm provider

📊 Changes

10 files changed (+263 additions, -2 deletions)

View changed files

📝 docker/.env.example (+5 -0)
frontend/src/components/LLMSelection/LocalAiOptions/index.jsx (+59 -0)
frontend/src/media/llmprovider/localai.png (+0 -0)
📝 frontend/src/pages/GeneralSettings/LLMPreference/index.jsx (+14 -0)
📝 frontend/src/pages/OnboardingFlow/OnboardingModal/Steps/LLMSelection/index.jsx (+15 -1)
📝 server/.env.example (+5 -0)
📝 server/models/systemSettings.js (+14 -0)
server/utils/AiProviders/localAi/index.js (+136 -0)
📝 server/utils/helpers/index.js (+4 -0)
📝 server/utils/helpers/updateENV.js (+11 -1)

📄 Description

Use a LocalAI instance as LLM provider for the chat.


🔄 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/362 **Author:** [@tlandenberger](https://github.com/tlandenberger) **Created:** 11/13/2023 **Status:** ❌ Closed **Base:** `master` ← **Head:** `feature/localai-llm-provider` --- ### 📝 Commits (1) - [`dea869c`](https://github.com/Mintplex-Labs/anything-llm/commit/dea869c6c91bd6c4f583243c5fca21f40eff9526) feature: add LocalAI as llm provider ### 📊 Changes **10 files changed** (+263 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `docker/.env.example` (+5 -0) ➕ `frontend/src/components/LLMSelection/LocalAiOptions/index.jsx` (+59 -0) ➕ `frontend/src/media/llmprovider/localai.png` (+0 -0) 📝 `frontend/src/pages/GeneralSettings/LLMPreference/index.jsx` (+14 -0) 📝 `frontend/src/pages/OnboardingFlow/OnboardingModal/Steps/LLMSelection/index.jsx` (+15 -1) 📝 `server/.env.example` (+5 -0) 📝 `server/models/systemSettings.js` (+14 -0) ➕ `server/utils/AiProviders/localAi/index.js` (+136 -0) 📝 `server/utils/helpers/index.js` (+4 -0) 📝 `server/utils/helpers/updateENV.js` (+11 -1) </details> ### 📄 Description Use a LocalAI instance as LLM provider for the chat. --- <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:33:32 -05:00
yindo closed this issue 2026-02-22 18:33:32 -05: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#3318