[PR #1044] [MERGED] feat: multiple ollama support #7357

Closed
opened 2025-11-11 17:24:19 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/open-webui/open-webui/pull/1044
Author: @tjbck
Created: 3/5/2024
Status: Merged
Merged: 3/5/2024
Merged by: @tjbck

Base: devHead: multiple-ollama


📝 Commits (5)

📊 Changes

8 files changed (+967 additions, -252 deletions)

View changed files

📝 backend/apps/ollama/main.py (+821 -12)
backend/apps/ollama/old_main.py (+0 -127)
📝 backend/constants.py (+2 -0)
📝 backend/main.py (+8 -0)
📝 src/lib/apis/ollama/index.ts (+27 -15)
📝 src/lib/components/chat/Settings/Connections.svelte (+79 -36)
📝 src/routes/(app)/modelfiles/+page.svelte (+4 -1)
📝 src/routes/(app)/playground/+page.svelte (+26 -61)

📄 Description

Resolves #278 #1006


🔄 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/open-webui/open-webui/pull/1044 **Author:** [@tjbck](https://github.com/tjbck) **Created:** 3/5/2024 **Status:** ✅ Merged **Merged:** 3/5/2024 **Merged by:** [@tjbck](https://github.com/tjbck) **Base:** `dev` ← **Head:** `multiple-ollama` --- ### 📝 Commits (5) - [`f04d60b`](https://github.com/open-webui/open-webui/commit/f04d60b6d954ee4e68805240f19ea044028e4dba) feat: multiple ollama support - [`8fd7bc3`](https://github.com/open-webui/open-webui/commit/8fd7bc342d142ff673e96bdf6bc87e43f591c0b8) refac: error message - [`b2dd2f1`](https://github.com/open-webui/open-webui/commit/b2dd2f191dbecd6b77db2348f6d13f36e48b771e) refac: comment - [`8d34324`](https://github.com/open-webui/open-webui/commit/8d34324d1211715d94338ade5d7694662ade67be) feat: cancel request - [`8626ae6`](https://github.com/open-webui/open-webui/commit/8626ae60dd224d86bc776ec625eca46db99ed716) chore: old_main removed ### 📊 Changes **8 files changed** (+967 additions, -252 deletions) <details> <summary>View changed files</summary> 📝 `backend/apps/ollama/main.py` (+821 -12) ➖ `backend/apps/ollama/old_main.py` (+0 -127) 📝 `backend/constants.py` (+2 -0) 📝 `backend/main.py` (+8 -0) 📝 `src/lib/apis/ollama/index.ts` (+27 -15) 📝 `src/lib/components/chat/Settings/Connections.svelte` (+79 -36) 📝 `src/routes/(app)/modelfiles/+page.svelte` (+4 -1) 📝 `src/routes/(app)/playground/+page.svelte` (+26 -61) </details> ### 📄 Description Resolves #278 #1006 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2025-11-11 17:24:19 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/open-webui#7357