mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 02:48:13 -05:00
[PR #10409] [CLOSED] Feat/deepseek #38152
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/10409
Author: @Chenlong-Tao
Created: 2/20/2025
Status: ❌ Closed
Base:
main← Head:feat/deepseek📝 Commits (10+)
33976ccchore: by default not collapse thinking (#1)faa3601build: add p1 oss deploy config (#4)7bc8630feat: bypass retrival on get_sources_from_files (#2)fbd75c3chore: update configf6872a9chore: remove 'process embedding while uploading files' (#5)31bd3b0Merge remote-tracking branch 'upstream/main'8d2d5a0feat:enable full search & fix source_idx & beautify web_page content & prompt deafult response lang from en to zh (#6)46ad283build: remove docker image proxy (#7)e831332fix: request trust env to use proxy (#8)4bb96b3rebase📊 Changes
50 files changed (+2115 additions, -162 deletions)
View changed files
📝
.gitignore(+1 -0)📝
Makefile(+29 -25)➕
Makefile-bak(+33 -0)📝
backend/open_webui/config.py(+69 -44)📝
backend/open_webui/main.py(+2 -0)📝
backend/open_webui/retrieval/utils.py(+55 -1)📝
backend/open_webui/retrieval/vector/dbs/chroma.py(+47 -46)📝
backend/open_webui/retrieval/web/utils.py(+2 -2)📝
backend/open_webui/routers/openai.py(+10 -4)📝
backend/open_webui/routers/retrieval.py(+32 -30)📝
backend/open_webui/utils/middleware.py(+27 -6)➕
deploy/backend/prod/Dockerfile(+43 -0)➕
deploy/backend/prod/build.sh(+26 -0)➕
deploy/backend/prod/entrypoint.sh(+3 -0)➕
deploy/backend/prod/gpt-oi-rest.yaml(+93 -0)➕
deploy/backend/services/docker-compose.yml(+13 -0)➕
deploy/backend/services/gpt-oi-rest.service(+14 -0)➕
deploy/backend/test/Dockerfile(+45 -0)➕
deploy/backend/test/build.sh(+27 -0)➕
deploy/backend/test/entrypoint.sh(+3 -0)...and 30 more files
📄 Description
deepseek prompt
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.