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
main
dev
4919981
519375b
d119616
62dc486
2c4bc7a
chats.set(...)
06a6421
f21e9db
8f49429
9d75072
6657f28
86 files changed (+2457 additions, -1362 deletions)
📝 .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)
.github/ISSUE_TEMPLATE/bug_report.md
.github/workflows/integration-test.yml
CHANGELOG.md
backend/apps/openai/main.py
backend/apps/socket/main.py
backend/apps/webui/main.py
backend/apps/webui/models/chats.py
backend/apps/webui/routers/chats.py
backend/apps/webui/routers/tools.py
backend/config.py
backend/main.py
backend/requirements.txt
backend/utils/misc.py
backend/utils/task.py
backend/utils/utils.py
docs/SECURITY.md
package-lock.json
package.json
pyproject.toml
requirements-dev.lock
...and 66 more files
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.
No dependencies set.
The note is not visible to the blocked user.
📋 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.