Original PR: https://github.com/open-webui/open-webui/pull/4770 Author: @shuanghai-yu Created: 8/21/2024 Status: ❌ Closed
Base: dev ← Head: reformat_mail_content
dev
reformat_mail_content
dbfcad1
6b791f0
eab8a03
2e1ca17
46a720e
b1844e4
9fd67c0
6f864ae
c1ce535
5f600f0
117 files changed (+4742 additions, -786 deletions)
📝 .github/workflows/build-release.yml (+6 -3) 📝 .github/workflows/docker-build.yaml (+254 -252) 📝 Dockerfile (+42 -0) ➕ HelmDeploy.md (+59 -0) 📝 backend/apps/audio/main.py (+1 -1) 📝 backend/apps/images/main.py (+8 -8) 📝 backend/apps/litellm/main.py (+1 -1) 📝 backend/apps/ollama/main.py (+29 -25) 📝 backend/apps/rag/main.py (+53 -5) 📝 backend/apps/rag/utils.py (+28 -25) 📝 backend/apps/web/internal/db.py (+44 -0) 📝 backend/apps/web/internal/migrations/001_initial_schema.py (+2 -0) ➕ backend/apps/web/internal/migrations/008_add_tools.py.py (+60 -0) 📝 backend/apps/web/main.py (+5 -0) 📝 backend/apps/web/models/auths.py (+5 -1) ➕ backend/apps/web/models/services.py (+35 -0) ➕ backend/apps/web/models/staffs.py (+51 -0) ➕ backend/apps/web/models/tools.py (+127 -0) 📝 backend/apps/web/models/users.py (+5 -0) 📝 backend/apps/web/routers/auths.py (+127 -19)
.github/workflows/build-release.yml
.github/workflows/docker-build.yaml
Dockerfile
HelmDeploy.md
backend/apps/audio/main.py
backend/apps/images/main.py
backend/apps/litellm/main.py
backend/apps/ollama/main.py
backend/apps/rag/main.py
backend/apps/rag/utils.py
backend/apps/web/internal/db.py
backend/apps/web/internal/migrations/001_initial_schema.py
backend/apps/web/internal/migrations/008_add_tools.py.py
backend/apps/web/main.py
backend/apps/web/models/auths.py
backend/apps/web/models/services.py
backend/apps/web/models/staffs.py
backend/apps/web/models/tools.py
backend/apps/web/models/users.py
backend/apps/web/routers/auths.py
...and 80 more files
🔄 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/4770
Author: @shuanghai-yu
Created: 8/21/2024
Status: ❌ Closed
Base:
dev← Head:reformat_mail_content📝 Commits (10+)
dbfcad1feat: title change6b791f0feat: ui customizationeab8a03update: sidebar layout2e1ca17update: icon & title replacement46a720efeat: hide doc in chat & ui updateb1844e4update: system name9fd67c0Merge pull request #1 from ciai-engineering/fe-dev6f864aeenable external hostc1ce535set workflow5f600f0update: change model select & add doc mng & bot name📊 Changes
117 files changed (+4742 additions, -786 deletions)
View changed files
📝
.github/workflows/build-release.yml(+6 -3)📝
.github/workflows/docker-build.yaml(+254 -252)📝
Dockerfile(+42 -0)➕
HelmDeploy.md(+59 -0)📝
backend/apps/audio/main.py(+1 -1)📝
backend/apps/images/main.py(+8 -8)📝
backend/apps/litellm/main.py(+1 -1)📝
backend/apps/ollama/main.py(+29 -25)📝
backend/apps/rag/main.py(+53 -5)📝
backend/apps/rag/utils.py(+28 -25)📝
backend/apps/web/internal/db.py(+44 -0)📝
backend/apps/web/internal/migrations/001_initial_schema.py(+2 -0)➕
backend/apps/web/internal/migrations/008_add_tools.py.py(+60 -0)📝
backend/apps/web/main.py(+5 -0)📝
backend/apps/web/models/auths.py(+5 -1)➕
backend/apps/web/models/services.py(+35 -0)➕
backend/apps/web/models/staffs.py(+51 -0)➕
backend/apps/web/models/tools.py(+127 -0)📝
backend/apps/web/models/users.py(+5 -0)📝
backend/apps/web/routers/auths.py(+127 -19)...and 80 more files
📄 Description
Pull Request Checklist
To fix this issue
Changelog Entry
Description
Added
Changed
Removed
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.