Original PR: https://github.com/open-webui/open-webui/pull/2476 Author: @tjbck Created: 5/22/2024 Status: ✅ Merged Merged: 6/2/2024 Merged by: @tjbck
Base: main ← Head: dev
main
dev
af02294
ab1aeba
21ca55d
59602ee
8df0429
dcae813
1aebf88
482d615
b4d737c
ffd157d
208 files changed (+20111 additions, -11356 deletions)
📝 .env.example (+1 -5) 📝 .github/dependabot.disabled (+0 -0) 📝 .github/workflows/build-release.yml (+3 -3) ➕ .github/workflows/deploy-to-hf-spaces.yml (+59 -0) 📝 .github/workflows/docker-build.yaml (+8 -2) 📝 .github/workflows/format-backend.yaml (+1 -1) 📝 .github/workflows/format-build-frontend.yaml (+1 -1) 📝 .github/workflows/integration-test.yml (+6 -2) ➕ .github/workflows/release-pypi.yml (+31 -0) 📝 CHANGELOG.md (+40 -0) 📝 CODE_OF_CONDUCT.md (+2 -0) 📝 Dockerfile (+12 -10) 📝 README.md (+14 -68) ➖ backend/apps/litellm/main.py (+0 -379) 📝 backend/apps/ollama/main.py (+192 -34) 📝 backend/apps/openai/main.py (+121 -42) 📝 backend/apps/rag/main.py (+258 -47) ➕ backend/apps/rag/search/brave.py (+37 -0) ➕ backend/apps/rag/search/google_pse.py (+45 -0) ➕ backend/apps/rag/search/main.py (+9 -0)
.env.example
.github/dependabot.disabled
.github/workflows/build-release.yml
.github/workflows/deploy-to-hf-spaces.yml
.github/workflows/docker-build.yaml
.github/workflows/format-backend.yaml
.github/workflows/format-build-frontend.yaml
.github/workflows/integration-test.yml
.github/workflows/release-pypi.yml
CHANGELOG.md
CODE_OF_CONDUCT.md
Dockerfile
README.md
backend/apps/litellm/main.py
backend/apps/ollama/main.py
backend/apps/openai/main.py
backend/apps/rag/main.py
backend/apps/rag/search/brave.py
backend/apps/rag/search/google_pse.py
backend/apps/rag/search/main.py
...and 80 more files
https://github.com/open-webui/open-webui/milestone/2
TODO
🔄 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/2476
Author: @tjbck
Created: 5/22/2024
Status: ✅ Merged
Merged: 6/2/2024
Merged by: @tjbck
Base:
main← Head:dev📝 Commits (10+)
af02294feat: pipeline integrationab1aebatranslation to croatian fixes21ca55dfeat: toggleable ollama59602eechore: format8df0429Merge branch 'dev' into feat/model-configdcae813chore: update github actions1aebf88chore: update python dependencies482d615Added Cebuanob4d737cUpdate languages.jsonffd157dadding Cebuano translation📊 Changes
208 files changed (+20111 additions, -11356 deletions)
View changed files
📝
.env.example(+1 -5)📝
.github/dependabot.disabled(+0 -0)📝
.github/workflows/build-release.yml(+3 -3)➕
.github/workflows/deploy-to-hf-spaces.yml(+59 -0)📝
.github/workflows/docker-build.yaml(+8 -2)📝
.github/workflows/format-backend.yaml(+1 -1)📝
.github/workflows/format-build-frontend.yaml(+1 -1)📝
.github/workflows/integration-test.yml(+6 -2)➕
.github/workflows/release-pypi.yml(+31 -0)📝
CHANGELOG.md(+40 -0)📝
CODE_OF_CONDUCT.md(+2 -0)📝
Dockerfile(+12 -10)📝
README.md(+14 -68)➖
backend/apps/litellm/main.py(+0 -379)📝
backend/apps/ollama/main.py(+192 -34)📝
backend/apps/openai/main.py(+121 -42)📝
backend/apps/rag/main.py(+258 -47)➕
backend/apps/rag/search/brave.py(+37 -0)➕
backend/apps/rag/search/google_pse.py(+45 -0)➕
backend/apps/rag/search/main.py(+9 -0)...and 80 more files
📄 Description
https://github.com/open-webui/open-webui/milestone/2
TODO
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.