[PR #1071] [MERGED] 0.1.110 #7364

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

📋 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: mainHead: dev


📝 Commits (10+)

📊 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.

## 📋 Pull Request Information **Original PR:** https://github.com/open-webui/open-webui/pull/1071 **Author:** [@tjbck](https://github.com/tjbck) **Created:** 3/7/2024 **Status:** ✅ Merged **Merged:** 3/7/2024 **Merged by:** [@tjbck](https://github.com/tjbck) **Base:** `main` ← **Head:** `dev` --- ### 📝 Commits (10+) - [`51d509b`](https://github.com/open-webui/open-webui/commit/51d509bafb78fd245a404d8b2dc1af25d335bf0d) Update config.py - [`c255cba`](https://github.com/open-webui/open-webui/commit/c255cba198c0d7de924890fa5cb5bc035e3ded7b) feat: multiple openai apis - [`e17e2e7`](https://github.com/open-webui/open-webui/commit/e17e2e7c17d7d6b11ae580e85f251113fbe52cd3) Merge pull request #1070 from open-webui/multi-openai - [`dc6e91a`](https://github.com/open-webui/open-webui/commit/dc6e91a23d1e0c315164484d82b128ca964ad39d) Merge pull request #1074 from open-webui/main - [`b88c64f`](https://github.com/open-webui/open-webui/commit/b88c64f80eea89cbd698ce20e2df6b22ecab8b33) fix: ocr issue - [`53adc6a`](https://github.com/open-webui/open-webui/commit/53adc6a0cad17a9a9b94a54585283cb61ae7eaff) fix: rag issue - [`0476c5f`](https://github.com/open-webui/open-webui/commit/0476c5f30b798000745d6a56f3d27c492a812230) fix: add doc modal issue - [`34c7b67`](https://github.com/open-webui/open-webui/commit/34c7b6783c16dc61cfef88a6b1740927ac3e72a9) fix: ocr issue - [`35918ce`](https://github.com/open-webui/open-webui/commit/35918cefcc88334c1c67049e29c78594a2f3441c) doc: changelog - [`3823908`](https://github.com/open-webui/open-webui/commit/3823908f37adbebc3648e27e7f533befb8b0eb36) fix: numbered lists with an additional line between items are rendered incorrectly ### 📊 Changes **15 files changed** (+321 additions, -150 deletions) <details> <summary>View changed files</summary> 📝 `.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) </details> ### 📄 Description Resolves #1078 #1075 #1069 --- <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:34 -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#7364