mirror of
https://github.com/open-webui/open-webui.git
synced 2026-03-22 06:02:06 -05:00
[PR #4322] [MERGED] 0.3.12 #8252
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/4322
Author: @tjbck
Created: 8/3/2024
Status: ✅ Merged
Merged: 8/7/2024
Merged by: @tjbck
Base:
main← Head:dev📝 Commits (10+)
4919981add: stores for pagination state519375badd: skip and limit use in queryd119616add: use skip and limit in api call62dc486add: add paginated scroll handler2c4bc7arefactor: uses ofchats.set(...)support pagi sidebar06a6421fix: bool eval orderf21e9db💄 Support @Model display model pictures8f49429⭐ Show only models that are not be hidden9d75072i18n: Update catalan translation.json6657f28Merge pull request #4309 from aleixdorca/dev📊 Changes
86 files changed (+2457 additions, -1362 deletions)
View changed files
📝
.github/ISSUE_TEMPLATE/bug_report.md(+24 -21)📝
.github/workflows/integration-test.yml(+4 -4)📝
CHANGELOG.md(+22 -0)📝
backend/apps/openai/main.py(+72 -143)📝
backend/apps/socket/main.py(+15 -12)📝
backend/apps/webui/main.py(+2 -43)📝
backend/apps/webui/models/chats.py(+5 -4)📝
backend/apps/webui/routers/chats.py(+16 -5)📝
backend/apps/webui/routers/tools.py(+13 -18)📝
backend/config.py(+5 -1)📝
backend/main.py(+12 -15)📝
backend/requirements.txt(+5 -5)📝
backend/utils/misc.py(+46 -2)📝
backend/utils/task.py(+1 -2)📝
backend/utils/utils.py(+3 -6)📝
docs/SECURITY.md(+19 -3)📝
package-lock.json(+2 -2)📝
package.json(+1 -1)📝
pyproject.toml(+6 -6)📝
requirements-dev.lock(+9 -8)...and 66 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.