Original PR: https://github.com/open-webui/open-webui/pull/10676 Author: @annalihan Created: 2/24/2025 Status: ❌ Closed
Base: main ← Head: annalihan-feat-2
main
annalihan-feat-2
884cfb5
feaacb5
dd77f14
a55dc71
af6cd20
c209884
9707284
9da1c82
6e10897
da5a746
141 files changed (+1759 additions, -733 deletions)
➕ .env (+19 -0) 📝 .gitignore (+10 -2) 📝 backend/open_webui/__init__.py (+1 -1) 📝 backend/open_webui/config.py (+1 -1) 📝 backend/open_webui/env.py (+3 -3) 📝 backend/open_webui/main.py (+332 -11) 📝 backend/open_webui/retrieval/web/searxng.py (+1 -1) 📝 backend/open_webui/routers/audio.py (+4 -4) 📝 backend/open_webui/routers/ollama.py (+10 -10) 📝 backend/open_webui/routers/openai.py (+9 -8) ➕ backend/open_webui/static/27484_1738840963.mp4 (+0 -0) 📝 backend/open_webui/static/favicon.png (+0 -0) ➕ backend/open_webui/static/loading1.mp4 (+0 -0) ➕ backend/open_webui/static/loading2.mp4 (+0 -0) ➕ backend/open_webui/static/loading3.mp4 (+0 -0) 📝 backend/open_webui/static/logo.png (+0 -0) ➕ backend/open_webui/static/scene.splinecodev3.json (+0 -0) 📝 backend/open_webui/static/splash.png (+0 -0) ➕ build/27484_1738840963.mp4 (+0 -0) ➕ build/doge.png (+0 -0)
.env
.gitignore
backend/open_webui/__init__.py
backend/open_webui/config.py
backend/open_webui/env.py
backend/open_webui/main.py
backend/open_webui/retrieval/web/searxng.py
backend/open_webui/routers/audio.py
backend/open_webui/routers/ollama.py
backend/open_webui/routers/openai.py
backend/open_webui/static/27484_1738840963.mp4
backend/open_webui/static/favicon.png
backend/open_webui/static/loading1.mp4
backend/open_webui/static/loading2.mp4
backend/open_webui/static/loading3.mp4
backend/open_webui/static/logo.png
backend/open_webui/static/scene.splinecodev3.json
backend/open_webui/static/splash.png
build/27484_1738840963.mp4
build/doge.png
...and 80 more files
Modify user settings menu
🔄 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/10676
Author: @annalihan
Created: 2/24/2025
Status: ❌ Closed
Base:
main← Head:annalihan-feat-2📝 Commits (10+)
884cfb5add new filesfeaacb5add server start shelldd77f14fix node versiona55dc71add configaf6cd20fix bugc209884fix bug9707284fix bug9da1c82improve6e10897change textda5a746add agent📊 Changes
141 files changed (+1759 additions, -733 deletions)
View changed files
➕
.env(+19 -0)📝
.gitignore(+10 -2)📝
backend/open_webui/__init__.py(+1 -1)📝
backend/open_webui/config.py(+1 -1)📝
backend/open_webui/env.py(+3 -3)📝
backend/open_webui/main.py(+332 -11)📝
backend/open_webui/retrieval/web/searxng.py(+1 -1)📝
backend/open_webui/routers/audio.py(+4 -4)📝
backend/open_webui/routers/ollama.py(+10 -10)📝
backend/open_webui/routers/openai.py(+9 -8)➕
backend/open_webui/static/27484_1738840963.mp4(+0 -0)📝
backend/open_webui/static/favicon.png(+0 -0)➕
backend/open_webui/static/loading1.mp4(+0 -0)➕
backend/open_webui/static/loading2.mp4(+0 -0)➕
backend/open_webui/static/loading3.mp4(+0 -0)📝
backend/open_webui/static/logo.png(+0 -0)➕
backend/open_webui/static/scene.splinecodev3.json(+0 -0)📝
backend/open_webui/static/splash.png(+0 -0)➕
build/27484_1738840963.mp4(+0 -0)➕
build/doge.png(+0 -0)...and 80 more files
📄 Description
Modify user settings menu
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.