Original PR: https://github.com/open-webui/open-webui/pull/1033 Author: @tjbck Created: 3/4/2024 Status: ✅ Merged Merged: 3/6/2024 Merged by: @tjbck
Base: main ← Head: dev
main
dev
f9f3fe5
2250387
05221ea
fe19f12
cc47159
0fc76d4
a5c1ac9
13f0052
f4f6724
fe040ce
39 files changed (+1917 additions, -1030 deletions)
📝 .env.example (+2 -2) 📝 .github/ISSUE_TEMPLATE/bug_report.md (+1 -1) 📝 .github/workflows/build-release.yml (+12 -2) 📝 CHANGELOG.md (+20 -0) 📝 Dockerfile (+1 -1) 📝 README.md (+3 -3) 📝 TROUBLESHOOTING.md (+4 -4) 📝 backend/apps/ollama/main.py (+835 -14) ➖ backend/apps/ollama/old_main.py (+0 -127) 📝 backend/apps/rag/main.py (+9 -3) 📝 backend/apps/web/routers/utils.py (+3 -3) 📝 backend/config.py (+11 -6) 📝 backend/constants.py (+2 -0) 📝 backend/main.py (+9 -1) 📝 backend/requirements.txt (+2 -0) 📝 docker-compose.yaml (+2 -2) 📝 kubernetes/helm/templates/webui-deployment.yaml (+1 -1) 📝 kubernetes/manifest/base/webui-deployment.yaml (+2 -2) 📝 package.json (+1 -1) 📝 src/lib/apis/ollama/index.ts (+42 -27)
.env.example
.github/ISSUE_TEMPLATE/bug_report.md
.github/workflows/build-release.yml
CHANGELOG.md
Dockerfile
README.md
TROUBLESHOOTING.md
backend/apps/ollama/main.py
backend/apps/ollama/old_main.py
backend/apps/rag/main.py
backend/apps/web/routers/utils.py
backend/config.py
backend/constants.py
backend/main.py
backend/requirements.txt
docker-compose.yaml
kubernetes/helm/templates/webui-deployment.yaml
kubernetes/manifest/base/webui-deployment.yaml
package.json
src/lib/apis/ollama/index.ts
...and 19 more files
Resolves #1031 #1024 #1006 #788 #278 #1064 #1061
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.
No dependencies set.
The note is not visible to the blocked user.
📋 Pull Request Information
Original PR: https://github.com/open-webui/open-webui/pull/1033
Author: @tjbck
Created: 3/4/2024
Status: ✅ Merged
Merged: 3/6/2024
Merged by: @tjbck
Base:
main← Head:dev📝 Commits (10+)
f9f3fe5refac delete logic2250387retain the message in history object05221eaadd fake_useragent to get a realistic header for rag/web requestsfe19f12Merge pull request #1023 from fbirlik/patch-useragentcc47159rf: message input dom queries0fc76d4rf: dom queries in ResponseMessageComponenta5c1ac9rf: dom queries in Account component13f0052rf: dom queries in UserMessage componentf4f6724rf: dom queries in Chats componentfe040cerf: dom queries in Models component📊 Changes
39 files changed (+1917 additions, -1030 deletions)
View changed files
📝
.env.example(+2 -2)📝
.github/ISSUE_TEMPLATE/bug_report.md(+1 -1)📝
.github/workflows/build-release.yml(+12 -2)📝
CHANGELOG.md(+20 -0)📝
Dockerfile(+1 -1)📝
README.md(+3 -3)📝
TROUBLESHOOTING.md(+4 -4)📝
backend/apps/ollama/main.py(+835 -14)➖
backend/apps/ollama/old_main.py(+0 -127)📝
backend/apps/rag/main.py(+9 -3)📝
backend/apps/web/routers/utils.py(+3 -3)📝
backend/config.py(+11 -6)📝
backend/constants.py(+2 -0)📝
backend/main.py(+9 -1)📝
backend/requirements.txt(+2 -0)📝
docker-compose.yaml(+2 -2)📝
kubernetes/helm/templates/webui-deployment.yaml(+1 -1)📝
kubernetes/manifest/base/webui-deployment.yaml(+2 -2)📝
package.json(+1 -1)📝
src/lib/apis/ollama/index.ts(+42 -27)...and 19 more files
📄 Description
Resolves #1031 #1024 #1006 #788 #278 #1064 #1061
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.