[PR #997] [MERGED] 0.1.108 #7349

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

📋 Pull Request Information

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

Base: mainHead: dev


📝 Commits (10+)

📊 Changes

28 files changed (+1184 additions, -193 deletions)

View changed files

📝 CHANGELOG.md (+20 -0)
📝 backend/apps/ollama/main.py (+15 -8)
📝 backend/apps/rag/main.py (+34 -14)
📝 backend/apps/web/internal/db.py (+11 -1)
📝 backend/apps/web/routers/chats.py (+11 -1)
📝 backend/apps/web/routers/utils.py (+14 -1)
📝 backend/config.py (+12 -1)
📝 package.json (+1 -1)
📝 src/app.css (+15 -0)
📝 src/lib/apis/chats/index.ts (+1 -1)
📝 src/lib/apis/ollama/index.ts (+36 -10)
📝 src/lib/apis/rag/index.ts (+36 -4)
📝 src/lib/apis/utils/index.ts (+32 -0)
src/lib/components/admin/Settings/Database.svelte (+63 -0)
📝 src/lib/components/admin/SettingsModal.svelte (+35 -0)
📝 src/lib/components/chat/MessageInput.svelte (+107 -94)
📝 src/lib/components/chat/MessageInput/Models.svelte (+12 -8)
📝 src/lib/components/chat/Messages/ResponseMessage.svelte (+1 -1)
📝 src/lib/components/chat/Settings/Chats.svelte (+3 -1)
📝 src/lib/components/chat/Settings/Connections.svelte (+2 -2)

...and 8 more files

📄 Description

Resolves #963 #993 #923

Introduces Playground feature
Resolves #987


🔄 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/997 **Author:** [@tjbck](https://github.com/tjbck) **Created:** 3/2/2024 **Status:** ✅ Merged **Merged:** 3/3/2024 **Merged by:** [@tjbck](https://github.com/tjbck) **Base:** `main` ← **Head:** `dev` --- ### 📝 Commits (10+) - [`b85c6ef`](https://github.com/open-webui/open-webui/commit/b85c6ef667ff06be1dfc4f110224250f992c2c7d) fix: ol display issue - [`a12b5ff`](https://github.com/open-webui/open-webui/commit/a12b5ffab3d4f0aaa058723bd5e84943c9ff5a79) Fix enable signup env - [`9caf6c2`](https://github.com/open-webui/open-webui/commit/9caf6c26ff65f6a7c9d953ee05d755ebf0357535) Merge pull request #998 from chamburr/patch-1 - [`a4c6a8d`](https://github.com/open-webui/open-webui/commit/a4c6a8d5a4697e5ee5fbab2d407f5e9f3584f6a5) fix: sonner toast styling issue - [`74809e7`](https://github.com/open-webui/open-webui/commit/74809e733037412081de691b4b4f7f7b4576bb0f) fix: user chat delete loophole - [`6d85412`](https://github.com/open-webui/open-webui/commit/6d854125cc923a6e348520921f695c5c1131c1e3) refac: ollama.db renamed to webui.db - [`edb63c2`](https://github.com/open-webui/open-webui/commit/edb63c22808f5d1ccf511380cae8eabe5f8e5f9b) feat: download db from admin settings - [`63c0927`](https://github.com/open-webui/open-webui/commit/63c09270220fbda8adb6aa660274ee5bace82b42) feat: tooltip - [`f948227`](https://github.com/open-webui/open-webui/commit/f9482275f25490a74978920813d16ad7aeee97d8) fix: tooltip - [`0bc3e0a`](https://github.com/open-webui/open-webui/commit/0bc3e0a302409865904a5516fae57a79e076e2ed) feat: tooltip added to sidebar ### 📊 Changes **28 files changed** (+1184 additions, -193 deletions) <details> <summary>View changed files</summary> 📝 `CHANGELOG.md` (+20 -0) 📝 `backend/apps/ollama/main.py` (+15 -8) 📝 `backend/apps/rag/main.py` (+34 -14) 📝 `backend/apps/web/internal/db.py` (+11 -1) 📝 `backend/apps/web/routers/chats.py` (+11 -1) 📝 `backend/apps/web/routers/utils.py` (+14 -1) 📝 `backend/config.py` (+12 -1) 📝 `package.json` (+1 -1) 📝 `src/app.css` (+15 -0) 📝 `src/lib/apis/chats/index.ts` (+1 -1) 📝 `src/lib/apis/ollama/index.ts` (+36 -10) 📝 `src/lib/apis/rag/index.ts` (+36 -4) 📝 `src/lib/apis/utils/index.ts` (+32 -0) ➕ `src/lib/components/admin/Settings/Database.svelte` (+63 -0) 📝 `src/lib/components/admin/SettingsModal.svelte` (+35 -0) 📝 `src/lib/components/chat/MessageInput.svelte` (+107 -94) 📝 `src/lib/components/chat/MessageInput/Models.svelte` (+12 -8) 📝 `src/lib/components/chat/Messages/ResponseMessage.svelte` (+1 -1) 📝 `src/lib/components/chat/Settings/Chats.svelte` (+3 -1) 📝 `src/lib/components/chat/Settings/Connections.svelte` (+2 -2) _...and 8 more files_ </details> ### 📄 Description Resolves #963 #993 #923 Introduces Playground feature Resolves #987 --- <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:06 -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#7349