mirror of
https://github.com/open-webui/open-webui.git
synced 2026-03-12 10:04:14 -05:00
[PR #380] [MERGED] feat: enable backend ollama url update #7092
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/380
Author: @tjbck
Created: 1/4/2024
Status: ✅ Merged
Merged: 1/4/2024
Merged by: @tjbck
Base:
main← Head:connection-url📝 Commits (3)
30aff2dfeat: enable backend ollama url update754ea16fix: delete model issueebc0b64doc: troubleshooting📊 Changes
14 files changed (+530 additions, -420 deletions)
View changed files
📝
Dockerfile(+0 -6)📝
TROUBLESHOOTING.md(+2 -2)📝
backend/apps/ollama/main.py(+66 -86)➕
backend/apps/ollama/old_main.py(+176 -0)📝
backend/main.py(+3 -1)📝
src/lib/apis/ollama/index.ts(+103 -36)📝
src/lib/components/chat/SettingsModal.svelte(+119 -183)📝
src/lib/constants.ts(+2 -7)📝
src/routes/(app)/+layout.svelte(+3 -9)📝
src/routes/(app)/+page.svelte(+26 -32)📝
src/routes/(app)/c/[id]/+page.svelte(+27 -37)📝
src/routes/(app)/modelfiles/+page.svelte(+1 -6)📝
src/routes/(app)/modelfiles/create/+page.svelte(+1 -7)📝
src/routes/(app)/modelfiles/edit/+page.svelte(+1 -8)📄 Description
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.