mirror of
https://github.com/open-webui/open-webui.git
synced 2026-06-04 07:47:12 -05:00
[PR #2263] [CLOSED] Fix/share chat reactive loop #91984
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/2263
Author: @jonathan-rohde
Created: 5/14/2024
Status: ❌ Closed
Base:
main← Head:fix/share-chat-reactive-loop📝 Commits (10+)
b3c5ebbUpdated uk-UA/translation.json685ee9bchore: formatdf3675aMerge pull request #2104 from Silentoplayz/translation-update1d9c745fix: replace deprecated on_event with lifespan038b6afrefac: user menuc1fc7bcfix: citation styling9a95767Merge branch 'dev' of https://github.com/open-webui/open-webui into dev93aea0aRemoved version synatax as its no longer needed per Docker Docsef8070dadded healthchecka374405🎖️Added translations for Citation and No source available📊 Changes
64 files changed (+3145 additions, -1444 deletions)
View changed files
📝
.github/pull_request_template.md(+32 -19)📝
.prettierignore(+302 -6)📝
Dockerfile(+4 -2)📝
backend/apps/audio/main.py(+20 -19)📝
backend/apps/images/main.py(+89 -68)📝
backend/apps/litellm/main.py(+11 -8)📝
backend/apps/ollama/main.py(+29 -25)📝
backend/apps/openai/main.py(+28 -19)📝
backend/apps/rag/main.py(+126 -107)📝
backend/apps/web/main.py(+13 -9)📝
backend/apps/web/routers/auths.py(+16 -16)📝
backend/apps/web/routers/chats.py(+2 -2)📝
backend/apps/web/routers/configs.py(+4 -4)📝
backend/apps/web/routers/users.py(+3 -3)📝
backend/config.py(+278 -73)📝
backend/main.py(+42 -39)📝
cypress/e2e/chat.cy.ts(+33 -0)📝
docker-compose.api.yaml(+0 -2)📝
docker-compose.data.yaml(+0 -2)📝
docker-compose.gpu.yaml(+0 -2)...and 44 more files
📄 Description
Pull Request Checklist
devbranch.Description
When you open the share modal dialog, the event loop causes a flood of requests to the backend. It is caused by the change of the variable chat, which cause a revalidate of the component and loading the same data again from backend.
Changelog Entry
Fixed
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.