[PR #2476] [MERGED] 0.2.0 #7808

Closed
opened 2025-11-11 17:36:30 -06:00 by GiteaMirror · 0 comments
Owner

📋 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: mainHead: dev


📝 Commits (10+)

📊 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.

## 📋 Pull Request Information **Original PR:** https://github.com/open-webui/open-webui/pull/2476 **Author:** [@tjbck](https://github.com/tjbck) **Created:** 5/22/2024 **Status:** ✅ Merged **Merged:** 6/2/2024 **Merged by:** [@tjbck](https://github.com/tjbck) **Base:** `main` ← **Head:** `dev` --- ### 📝 Commits (10+) - [`af02294`](https://github.com/open-webui/open-webui/commit/af022947be382a2dd64d96083f878a950bc5579e) feat: pipeline integration - [`ab1aeba`](https://github.com/open-webui/open-webui/commit/ab1aeba1ddeee2106eb642a22fdeb16f2c9c148b) translation to croatian fixes - [`21ca55d`](https://github.com/open-webui/open-webui/commit/21ca55dd3076a372418828a3310412cfe0e363e6) feat: toggleable ollama - [`59602ee`](https://github.com/open-webui/open-webui/commit/59602eea096767bece389937c9e2031abbe21275) chore: format - [`8df0429`](https://github.com/open-webui/open-webui/commit/8df0429c99d1efc19d6f2c1bc89b458380a96c64) Merge branch 'dev' into feat/model-config - [`dcae813`](https://github.com/open-webui/open-webui/commit/dcae813d05dec3d96a565ad1793728cbbb730e4e) chore: update github actions - [`1aebf88`](https://github.com/open-webui/open-webui/commit/1aebf880696b87a7178ca66ce05c9fe0e3a4928d) chore: update python dependencies - [`482d615`](https://github.com/open-webui/open-webui/commit/482d6159509ae0f594143c4a708c78c656534700) Added Cebuano - [`b4d737c`](https://github.com/open-webui/open-webui/commit/b4d737c2ffec1243e40f6827123da6d21d1040b1) Update languages.json - [`ffd157d`](https://github.com/open-webui/open-webui/commit/ffd157d80c61f56db1315fa3bbab20d63e148625) adding Cebuano translation ### 📊 Changes **208 files changed** (+20111 additions, -11356 deletions) <details> <summary>View changed files</summary> 📝 `.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_ </details> ### 📄 Description https://github.com/open-webui/open-webui/milestone/2 TODO - [x] Deprecate localStorage and save settings to db user - [x] button to download litellm_config.yaml - [x] #2504 - [x] update web search params settings --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2025-11-11 17:36:30 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/open-webui#7808