mirror of
https://github.com/open-webui/open-webui.git
synced 2026-03-11 00:04:08 -05:00
[PR #7307] [MERGED] 0.4.5 #8837
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/7307
Author: @tjbck
Created: 11/24/2024
Status: ✅ Merged
Merged: 11/26/2024
Merged by: @tjbck
Base:
main← Head:dev📝 Commits (10+)
d24c21bFix374d6caPython Formatting (Failed CI - fixed)8744a12Merge pull request #7274 from DmitriyAlergant-T1A/fix/logging_cleanupb2d3bfafeat: add description in Toola83f89dfix: prevent TTS blocking using aiohttp and aiofiles5ed5e53Merge pull request #7279 from Luceurre/fix/missing-tool-descriptionc567185refac: rich text input behaviour2a5506afix: textarea input height issued3acb5cMerge pull request #7286 from houcheng/tts-aiofiles9ff580bfix: textarea input new line issue📊 Changes
82 files changed (+1108 additions, -338 deletions)
View changed files
📝
CHANGELOG.md(+14 -0)📝
CODE_OF_CONDUCT.md(+22 -7)📝
backend/open_webui/apps/audio/main.py(+47 -57)📝
backend/open_webui/apps/ollama/main.py(+35 -11)📝
backend/open_webui/apps/openai/main.py(+0 -2)📝
backend/open_webui/apps/retrieval/utils.py(+0 -40)📝
backend/open_webui/apps/webui/main.py(+15 -4)📝
backend/open_webui/apps/webui/routers/configs.py(+28 -17)📝
backend/open_webui/apps/webui/utils.py(+11 -6)📝
backend/open_webui/config.py(+16 -9)📝
backend/open_webui/main.py(+52 -32)📝
backend/open_webui/utils/task.py(+47 -0)📝
backend/open_webui/utils/tools.py(+32 -1)📝
backend/requirements.txt(+1 -0)📝
package-lock.json(+2 -2)📝
package.json(+1 -1)📝
pyproject.toml(+1 -0)📝
src/app.css(+9 -0)📝
src/lib/apis/configs/index.ts(+31 -4)📝
src/lib/apis/index.ts(+3 -26)...and 62 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.