mirror of
https://github.com/open-webui/open-webui.git
synced 2026-03-22 14:13:08 -05:00
[PR #1071] [MERGED] 0.1.110 #7364
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/1071
Author: @tjbck
Created: 3/7/2024
Status: ✅ Merged
Merged: 3/7/2024
Merged by: @tjbck
Base:
main← Head:dev📝 Commits (10+)
51d509bUpdate config.pyc255cbafeat: multiple openai apise17e2e7Merge pull request #1070 from open-webui/multi-openaidc6e91aMerge pull request #1074 from open-webui/mainb88c64ffix: ocr issue53adc6afix: rag issue0476c5ffix: add doc modal issue34c7b67fix: ocr issue35918cedoc: changelog3823908fix: numbered lists with an additional line between items are rendered incorrectly📊 Changes
15 files changed (+321 additions, -150 deletions)
View changed files
📝
.dockerignore(+0 -1)📝
CHANGELOG.md(+12 -0)📝
Dockerfile(+2 -0)📝
backend/apps/ollama/main.py(+12 -11)📝
backend/apps/openai/main.py(+173 -83)📝
backend/apps/rag/main.py(+1 -1)📝
backend/config.py(+16 -0)📝
backend/constants.py(+2 -0)📝
backend/requirements.txt(+2 -0)📝
package.json(+1 -1)📝
src/app.css(+4 -0)📝
src/lib/apis/openai/index.ts(+14 -14)📝
src/lib/components/chat/Settings/Connections.svelte(+79 -35)📝
src/lib/components/documents/AddDocModal.svelte(+3 -1)📝
src/routes/(app)/+layout.svelte(+0 -3)📄 Description
Resolves #1078 #1075 #1069
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.