Original PR: https://github.com/open-webui/open-webui/pull/2386 Author: @que-nguyen Created: 5/19/2024 Status: ❌ Closed
Base: main ← Head: fixed-trans
main
fixed-trans
b3c5ebb
685ee9b
df3675a
1d9c745
038b6af
c1fc7bc
9a95767
93aea0a
ef8070d
a374405
145 files changed (+11945 additions, -6011 deletions)
📝 .github/pull_request_template.md (+43 -22) 📝 .github/workflows/format-build-frontend.yaml (+18 -0) 📝 .gitignore (+4 -0) 📝 .prettierignore (+306 -6) 📝 Dockerfile (+52 -32) 📝 backend/apps/audio/main.py (+20 -19) 📝 backend/apps/images/main.py (+89 -68) 📝 backend/apps/litellm/main.py (+15 -12) 📝 backend/apps/ollama/main.py (+39 -32) 📝 backend/apps/openai/main.py (+59 -27) 📝 backend/apps/rag/main.py (+126 -107) 📝 backend/apps/web/main.py (+13 -9) 📝 backend/apps/web/routers/auths.py (+16 -16) 📝 backend/apps/web/routers/chats.py (+2 -2) 📝 backend/apps/web/routers/configs.py (+4 -4) 📝 backend/apps/web/routers/users.py (+40 -4) 📝 backend/config.py (+286 -73) 📝 backend/main.py (+59 -39) 📝 cypress/e2e/chat.cy.ts (+32 -0) 📝 cypress/e2e/settings.cy.ts (+2 -6)
.github/pull_request_template.md
.github/workflows/format-build-frontend.yaml
.gitignore
.prettierignore
Dockerfile
backend/apps/audio/main.py
backend/apps/images/main.py
backend/apps/litellm/main.py
backend/apps/ollama/main.py
backend/apps/openai/main.py
backend/apps/rag/main.py
backend/apps/web/main.py
backend/apps/web/routers/auths.py
backend/apps/web/routers/chats.py
backend/apps/web/routers/configs.py
backend/apps/web/routers/users.py
backend/config.py
backend/main.py
cypress/e2e/chat.cy.ts
cypress/e2e/settings.cy.ts
...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/2386
Author: @que-nguyen
Created: 5/19/2024
Status: ❌ Closed
Base:
main← Head:fixed-trans📝 Commits (10+)
b3c5ebbUpdated uk-UA/translation.json685ee9bchore: formatdf3675aMerge pull request #2104 from Silentoplayz/translation-update1d9c745fix: replace deprecated on_event with lifespan038b6afrefac: user menuc1fc7bcfix: citation styling9a95767Merge branch 'dev' of https://github.com/open-webui/open-webui into dev93aea0aRemoved version synatax as its no longer needed per Docker Docsef8070dadded healthchecka374405🎖️Added translations for Citation and No source available📊 Changes
145 files changed (+11945 additions, -6011 deletions)
View changed files
📝
.github/pull_request_template.md(+43 -22)📝
.github/workflows/format-build-frontend.yaml(+18 -0)📝
.gitignore(+4 -0)📝
.prettierignore(+306 -6)📝
Dockerfile(+52 -32)📝
backend/apps/audio/main.py(+20 -19)📝
backend/apps/images/main.py(+89 -68)📝
backend/apps/litellm/main.py(+15 -12)📝
backend/apps/ollama/main.py(+39 -32)📝
backend/apps/openai/main.py(+59 -27)📝
backend/apps/rag/main.py(+126 -107)📝
backend/apps/web/main.py(+13 -9)📝
backend/apps/web/routers/auths.py(+16 -16)📝
backend/apps/web/routers/chats.py(+2 -2)📝
backend/apps/web/routers/configs.py(+4 -4)📝
backend/apps/web/routers/users.py(+40 -4)📝
backend/config.py(+286 -73)📝
backend/main.py(+59 -39)📝
cypress/e2e/chat.cy.ts(+32 -0)📝
cypress/e2e/settings.cy.ts(+2 -6)...and 80 more files
📄 Description
:)
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.