[PR #494] [MERGED] Add Ollama as LLM provider option #3371

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

📋 Pull Request Information

Original PR: https://github.com/Mintplex-Labs/anything-llm/pull/494
Author: @timothycarambat
Created: 12/27/2023
Status: Merged
Merged: 12/27/2023
Merged by: @timothycarambat

Base: masterHead: 493-ollama-support


📝 Commits (4)

  • e9573b1 Add LLM support for Google Gemini-Pro
  • 1504868 Merge branch 'master' of github.com:Mintplex-Labs/anything-llm into 489-google-gemini-pro-support
  • dc5fe85 Add support for Ollama as LLM provider
  • 9b13adf merge with master

📊 Changes

15 files changed (+486 additions, -6 deletions)

View changed files

📝 .vscode/settings.json (+1 -0)
📝 README.md (+1 -0)
📝 docker/.env.example (+5 -0)
frontend/src/components/LLMSelection/OllamaLLMOptions/index.jsx (+120 -0)
frontend/src/media/llmprovider/ollama.png (+0 -0)
📝 frontend/src/pages/GeneralSettings/LLMPreference/index.jsx (+14 -0)
📝 frontend/src/pages/OnboardingFlow/OnboardingModal/Steps/DataHandling/index.jsx (+8 -0)
📝 frontend/src/pages/OnboardingFlow/OnboardingModal/Steps/LLMSelection/index.jsx (+19 -5)
📝 server/.env.example (+5 -0)
📝 server/models/systemSettings.js (+14 -0)
server/utils/AiProviders/ollama/index.js (+208 -0)
📝 server/utils/chats/stream.js (+29 -0)
📝 server/utils/helpers/customModels.js (+34 -1)
📝 server/utils/helpers/index.js (+3 -0)
📝 server/utils/helpers/updateENV.js (+25 -0)

📄 Description

resolves #493

depends on #492 merged first


🔄 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/494 **Author:** [@timothycarambat](https://github.com/timothycarambat) **Created:** 12/27/2023 **Status:** ✅ Merged **Merged:** 12/27/2023 **Merged by:** [@timothycarambat](https://github.com/timothycarambat) **Base:** `master` ← **Head:** `493-ollama-support` --- ### 📝 Commits (4) - [`e9573b1`](https://github.com/Mintplex-Labs/anything-llm/commit/e9573b1cd9358dc68920e1431586a061164eb8f8) Add LLM support for Google Gemini-Pro - [`1504868`](https://github.com/Mintplex-Labs/anything-llm/commit/1504868adb5b68d6490574fe1496802c7aa96898) Merge branch 'master' of github.com:Mintplex-Labs/anything-llm into 489-google-gemini-pro-support - [`dc5fe85`](https://github.com/Mintplex-Labs/anything-llm/commit/dc5fe858b223dfe69c31b326d45cfe6d064db34d) Add support for Ollama as LLM provider - [`9b13adf`](https://github.com/Mintplex-Labs/anything-llm/commit/9b13adf8ae783718c73a68a07aa359f16fb309be) merge with master ### 📊 Changes **15 files changed** (+486 additions, -6 deletions) <details> <summary>View changed files</summary> 📝 `.vscode/settings.json` (+1 -0) 📝 `README.md` (+1 -0) 📝 `docker/.env.example` (+5 -0) ➕ `frontend/src/components/LLMSelection/OllamaLLMOptions/index.jsx` (+120 -0) ➕ `frontend/src/media/llmprovider/ollama.png` (+0 -0) 📝 `frontend/src/pages/GeneralSettings/LLMPreference/index.jsx` (+14 -0) 📝 `frontend/src/pages/OnboardingFlow/OnboardingModal/Steps/DataHandling/index.jsx` (+8 -0) 📝 `frontend/src/pages/OnboardingFlow/OnboardingModal/Steps/LLMSelection/index.jsx` (+19 -5) 📝 `server/.env.example` (+5 -0) 📝 `server/models/systemSettings.js` (+14 -0) ➕ `server/utils/AiProviders/ollama/index.js` (+208 -0) 📝 `server/utils/chats/stream.js` (+29 -0) 📝 `server/utils/helpers/customModels.js` (+34 -1) 📝 `server/utils/helpers/index.js` (+3 -0) 📝 `server/utils/helpers/updateENV.js` (+25 -0) </details> ### 📄 Description resolves #493 depends on #492 merged first --- <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:39 -05:00
yindo closed this issue 2026-02-22 18:33:39 -05:00
yindo changed title from [PR #494] Add Ollama as LLM provider option to [PR #494] [MERGED] Add Ollama as LLM provider option 2026-06-05 15:13:04 -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#3371