mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-07 11:28:35 -05:00
[PR #5072] [CLOSED] Update to new version #37253
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/5072
Author: @m-hoseyny
Created: 9/1/2024
Status: ❌ Closed
Base:
main← Head:main📝 Commits (10+)
447846efeat: dev env + nav bare49f41bMerge branch 'open-webui:main' into main36b901afeat: Charge added [WIP]46655deMerge branch 'open-webui:main' into main9624818fix: chat.matn.aib887667fix: traefik0274ba7fix: usage of treafika87e0fdfix: usage of treafik2cb6e73fix: usage of treafikfabaa4afix: usage of treafik📊 Changes
34 files changed (+927 additions, -200 deletions)
View changed files
📝
backend/apps/openai/main.py(+1 -0)📝
backend/apps/webui/main.py(+2 -4)📝
backend/apps/webui/models/auths.py(+8 -0)📝
backend/apps/webui/routers/auths.py(+3 -0)📝
backend/apps/webui/routers/chats.py(+34 -12)📝
backend/apps/webui/routers/users.py(+2 -0)📝
backend/config.py(+5 -4)➕
docker-compose.dev.yaml(+100 -0)➕
docker-compose.pipeline.yaml(+16 -0)➕
matn.pipeline.big.py(+126 -0)➕
matn.pipeline.py(+140 -0)➕
matn.pipeline.small.py(+56 -0)➕
pipelines/matn.pipeline.big.py(+121 -0)➕
pipelines/matn.pipeline.big/valves.json(+1 -0)➕
pipelines/matn.pipeline.small.py(+56 -0)➕
pipelines/matn.pipeline.small/valves.json(+1 -0)📝
src/app.html(+2 -2)📝
src/lib/apis/chats/index.ts(+23 -1)📝
src/lib/apis/users/index.ts(+2 -0)📝
src/lib/components/chat/Chat.svelte(+18 -2)...and 14 more files
📄 Description
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
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.