mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-07 19:38:46 -05:00
[PR #2856] [MERGED] 0.2.5 #21117
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/2856
Author: @tjbck
Created: 6/5/2024
Status: ✅ Merged
Merged: 6/5/2024
Merged by: @tjbck
Base:
main← Head:dev📝 Commits (10+)
0495f01feat: reset upload dir8d9712dUpdated Chinese translation8548439feat: websocket4925a65fix: banner z indexe242931Update translation.jsonbbfa54afeat: active user count844923drefac: edit adminfcfdfa3added turkmen languagefea563cUpdate pull_request_template.mdee625a0Update pull_request_template.md📊 Changes
68 files changed (+2793 additions, -224 deletions)
View changed files
📝
.github/pull_request_template.md(+1 -1)📝
CHANGELOG.md(+13 -0)📝
README.md(+1 -1)📝
backend/apps/ollama/main.py(+47 -44)📝
backend/apps/rag/main.py(+24 -0)➕
backend/apps/socket/main.py(+132 -0)📝
backend/constants.py(+4 -0)📝
backend/main.py(+5 -0)📝
package-lock.json(+82 -2)📝
package.json(+2 -1)📝
src/lib/apis/ollama/index.ts(+21 -13)📝
src/lib/apis/rag/index.ts(+26 -0)📝
src/lib/components/chat/Chat.svelte(+20 -2)📝
src/lib/components/chat/Messages.svelte(+1 -1)📝
src/lib/components/chat/Settings/Audio.svelte(+2 -2)📝
src/lib/components/chat/Settings/Interface.svelte(+37 -10)📝
src/lib/components/chat/Settings/Models.svelte(+155 -0)📝
src/lib/components/common/Banner.svelte(+1 -1)📝
src/lib/components/common/Tooltip.svelte(+4 -0)📝
src/lib/components/documents/Settings/General.svelte(+179 -73)...and 48 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.