mirror of
https://github.com/open-webui/open-webui.git
synced 2026-03-13 18:44:23 -05:00
[PR #1044] [MERGED] feat: multiple ollama support #7357
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
dev← Head:multiple-ollama📝 Commits (5)
f04d60bfeat: multiple ollama support8fd7bc3refac: error messageb2dd2f1refac: comment8d34324feat: cancel request8626ae6chore: old_main removed📊 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.