mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 02:48:13 -05:00
[PR #10939] [MERGED] 0.5.19 #38252
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/10939
Author: @tjbck
Created: 2/27/2025
Status: ✅ Merged
Merged: 3/5/2025
Merged by: @tjbck
Base:
main← Head:dev📝 Commits (10+)
cdc13e9chore: Fix unnecessary whitespace issuesa381ffcrevert4a2a12ffeat: scaffolding for logit_bias8aa6415include logit_bias in form_dataf865a23Merge remote-tracking branch 'upstream/main'b061775feat: add perplexity integration to web searchd7b18b6chore: use logging.getLevelNamesMapping()febc9abMerge remote-tracking branch 'upstream/main'203dfdeUpdate deprecated msal-browser version to the latestc5cfcc1chore: cleanup📊 Changes
139 files changed (+3694 additions, -1688 deletions)
View changed files
➖
.github/ISSUE_TEMPLATE/bug_report.md(+0 -80)➕
.github/ISSUE_TEMPLATE/bug_report.yaml(+144 -0)📝
.github/ISSUE_TEMPLATE/feature_request.yaml(+7 -7)📝
.github/workflows/docker-build.yaml(+3 -3)📝
CHANGELOG.md(+18 -0)📝
backend/open_webui/config.py(+28 -9)📝
backend/open_webui/env.py(+13 -12)📝
backend/open_webui/main.py(+19 -7)📝
backend/open_webui/retrieval/utils.py(+7 -0)📝
backend/open_webui/retrieval/vector/connector.py(+4 -0)➕
backend/open_webui/retrieval/vector/dbs/elasticsearch.py(+274 -0)📝
backend/open_webui/retrieval/vector/dbs/milvus.py(+2 -2)📝
backend/open_webui/retrieval/vector/dbs/opensearch.py(+28 -21)➕
backend/open_webui/retrieval/web/perplexity.py(+87 -0)📝
backend/open_webui/routers/audio.py(+1 -1)📝
backend/open_webui/routers/auths.py(+12 -6)📝
backend/open_webui/routers/functions.py(+1 -1)📝
backend/open_webui/routers/images.py(+8 -2)📝
backend/open_webui/routers/ollama.py(+3 -3)📝
backend/open_webui/routers/openai.py(+5 -7)...and 80 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.