mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 10:58:17 -05:00
[PR #2376] [MERGED] 0.1.125 #36605
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/2376
Author: @tjbck
Created: 5/18/2024
Status: ✅ Merged
Merged: 5/19/2024
Merged by: @tjbck
Base:
main← Head:dev📝 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
151 files changed (+13114 additions, -6268 deletions)
View changed files
📝
.github/pull_request_template.md(+43 -22)📝
.github/workflows/format-build-frontend.yaml(+18 -0)📝
.gitignore(+4 -0)📝
.prettierignore(+306 -6)📝
CHANGELOG.md(+19 -0)📝
Dockerfile(+52 -32)📝
backend/apps/audio/main.py(+20 -19)📝
backend/apps/images/main.py(+89 -68)📝
backend/apps/litellm/main.py(+15 -12)📝
backend/apps/ollama/main.py(+39 -32)📝
backend/apps/openai/main.py(+59 -27)📝
backend/apps/rag/main.py(+138 -107)➕
backend/apps/web/internal/migrations/008_add_memory.py(+53 -0)📝
backend/apps/web/main.py(+18 -9)➕
backend/apps/web/models/memories.py(+118 -0)📝
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/memories.py(+145 -0)📝
backend/apps/web/routers/users.py(+40 -4)...and 80 more files
📄 Description
Resolves #2255 #2237 #2209 #2134
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.