mirror of
https://github.com/open-webui/open-webui.git
synced 2026-03-10 07:43:10 -05:00
[PR #1555] [MERGED] 0.1.119 #7501
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/1555
Author: @tjbck
Created: 4/15/2024
Status: ✅ Merged
Merged: 4/16/2024
Merged by: @tjbck
Base:
main← Head:dev📝 Commits (10+)
429242bIntroduce Whisper model auto-update control.81c8717Format fix3b8ea55Add IMAGE_GENERATION_ENABLED env varff01398Format fix872ea83feat: admin panel user list pagination8a9cf44feat: combine with search result1d8496eFixed malformed date format18a3f06Merge pull request #1505 from Fusseldieb/patch-16623ecbComment fix config.py ln 41279a4abcComment spelling mistake fix📊 Changes
41 files changed (+1452 additions, -284 deletions)
View changed files
📝
CHANGELOG.md(+20 -0)📝
Dockerfile(+4 -3)📝
backend/apps/audio/main.py(+19 -6)📝
backend/apps/images/main.py(+8 -2)📝
backend/apps/ollama/main.py(+82 -8)📝
backend/apps/rag/main.py(+178 -41)📝
backend/apps/rag/utils.py(+130 -16)📝
backend/config.py(+55 -42)📝
backend/main.py(+4 -0)📝
kubernetes/helm/templates/_helpers.tpl(+1 -1)📝
package-lock.json(+2 -2)📝
package.json(+1 -1)📝
src/app.html(+1 -1)📝
src/lib/apis/ollama/index.ts(+28 -1)📝
src/lib/apis/openai/index.ts(+2 -1)📝
src/lib/apis/rag/index.ts(+11 -4)📝
src/lib/components/ChangelogModal.svelte(+1 -0)📝
src/lib/components/chat/Messages/ResponseMessage.svelte(+5 -1)📝
src/lib/components/chat/ModelSelector/Selector.svelte(+1 -1)📝
src/lib/components/chat/Settings/Models.svelte(+1 -1)...and 21 more files
📄 Description
Resolves #1338 #679 #886 #1578 #1557
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.