mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-08 21:09:41 -05:00
[PR #16187] [CLOSED] feat: updates project to adapt to gowit #47104
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/16187
Author: @ssoydabas
Created: 7/31/2025
Status: ❌ Closed
Base:
main← Head:core-276📝 Commits (6)
0ab7ba2feat: updates project to adapt to gowit33ccebbadd event emitting supportc2bebabfeat: enables openapi communication with openwebui when local development runsa08bb23fix: fixes duplicated html content on the artifactsdcf6259Merge pull request #4 from gowittechnology/core-280486c376feat: enables html content generated by the llm manipulate the DOM, starting from sendToChat functionality📊 Changes
26 files changed (+134 additions, -626 deletions)
View changed files
📝
Dockerfile(+1 -0)📝
backend/open_webui/env.py(+1 -1)📝
backend/open_webui/routers/openai.py(+17 -1)📝
docker-compose.yaml(+1 -1)📝
src/lib/components/OnBoarding.svelte(+1 -1)📝
src/lib/components/app/AppSidebar.svelte(+1 -1)📝
src/lib/components/channel/Messages/Message.svelte(+1 -1)📝
src/lib/components/channel/Messages/Message/ProfilePreview.svelte(+1 -1)📝
src/lib/components/chat/Artifacts.svelte(+80 -50)📝
src/lib/components/chat/Chat.svelte(+3 -0)📝
src/lib/components/chat/ChatControls.svelte(+16 -3)📝
src/lib/components/chat/ChatPlaceholder.svelte(+1 -1)📝
src/lib/components/chat/MessageInput.svelte(+1 -72)📝
src/lib/components/chat/Messages/ProfileImage.svelte(+2 -2)📝
src/lib/components/chat/Messages/ResponseMessage.svelte(+1 -1)📝
src/lib/components/chat/ModelSelector.svelte(+0 -64)📝
src/lib/components/chat/ModelSelector/Selector.svelte(+1 -36)📝
src/lib/components/chat/Navbar.svelte(+0 -14)📝
src/lib/components/chat/Placeholder.svelte(+1 -1)📝
src/lib/components/chat/SettingsModal.svelte(+0 -119)...and 6 more files
📄 Description
…ment runs# Pull Request Checklist
Note to first-time contributors: Please open a discussion post in Discussions and describe your changes before submitting a pull request.
Before submitting, make sure you've checked the following:
devbranch.Changelog Entry
Description
Added
Changed
Deprecated
Removed
Fixed
Security
Breaking Changes
Additional Information
Screenshots or Videos
Contributor License Agreement
By submitting this pull request, I confirm that I have read and fully agree to the Contributor License Agreement (CLA), and I am providing my contributions under its terms.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.