Original PR: https://github.com/open-webui/open-webui/pull/7646 Author: @itaybar Created: 12/5/2024 Status: ❌ Closed
Base: dev ← Head: feature/make_websocket_optional
dev
feature/make_websocket_optional
1e91fb8
b899de3
aeb2db8
6e7344e
68118c4
75f11dc
97ad4cb
10 files changed (+61 additions, -21 deletions)
📝 backend/open_webui/apps/socket/main.py (+19 -10) 📝 backend/open_webui/apps/webui/main.py (+6 -0) 📝 backend/open_webui/config.py (+16 -1) 📝 backend/open_webui/main.py (+2 -0) 📝 backend/open_webui/static/assets/pdf-style.css (+2 -2) 📝 src/app.css (+0 -1) 📝 src/lib/components/chat/Chat.svelte (+6 -4) 📝 src/lib/i18n/locales/ru-RU/translation.json (+1 -1) 📝 src/lib/stores/index.ts (+2 -0) 📝 src/routes/auth/+page.svelte (+7 -2)
backend/open_webui/apps/socket/main.py
backend/open_webui/apps/webui/main.py
backend/open_webui/config.py
backend/open_webui/main.py
backend/open_webui/static/assets/pdf-style.css
src/app.css
src/lib/components/chat/Chat.svelte
src/lib/i18n/locales/ru-RU/translation.json
src/lib/stores/index.ts
src/routes/auth/+page.svelte
Added option to disable usage websocket and user-count websocket
This feature includes adding those to the config in order that the UI will not emit on every event to the backend
#7633
🔄 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/7646
Author: @itaybar
Created: 12/5/2024
Status: ❌ Closed
Base:
dev← Head:feature/make_websocket_optional📝 Commits (7)
1e91fb8added option to disable websocket emitingb899de3Merge branch 'dev' into feature/make_websocket_optionalaeb2db8fix conflict6e7344eMerge branch 'dev' into feature/make_websocket_optional68118c4fix lint backedn75f11dcMerge remote-tracking branch 'origin/feature/make_websocket_optional' into feature/make_websocket_optional97ad4cbfix lint backedn📊 Changes
10 files changed (+61 additions, -21 deletions)
View changed files
📝
backend/open_webui/apps/socket/main.py(+19 -10)📝
backend/open_webui/apps/webui/main.py(+6 -0)📝
backend/open_webui/config.py(+16 -1)📝
backend/open_webui/main.py(+2 -0)📝
backend/open_webui/static/assets/pdf-style.css(+2 -2)📝
src/app.css(+0 -1)📝
src/lib/components/chat/Chat.svelte(+6 -4)📝
src/lib/i18n/locales/ru-RU/translation.json(+1 -1)📝
src/lib/stores/index.ts(+2 -0)📝
src/routes/auth/+page.svelte(+7 -2)📄 Description
Added option to disable usage websocket and user-count websocket
This feature includes adding those to the config in order that the UI will not emit on every event to the backend
#7633
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.