[PR #5711] [MERGED] 0.3.30 #8539

Closed
opened 2025-11-11 17:59:04 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/open-webui/open-webui/pull/5711
Author: @tjbck
Created: 9/26/2024
Status: Merged
Merged: 9/26/2024
Merged by: @tjbck

Base: mainHead: dev


📝 Commits (10+)

📊 Changes

12 files changed (+427 additions, -50 deletions)

View changed files

📝 CHANGELOG.md (+10 -0)
📝 backend/open_webui/apps/ollama/main.py (+9 -1)
📝 backend/open_webui/apps/openai/main.py (+3 -0)
📝 backend/open_webui/env.py (+6 -0)
📝 package-lock.json (+2 -2)
📝 package.json (+1 -1)
📝 src/lib/components/chat/Chat.svelte (+25 -15)
📝 src/lib/components/layout/Sidebar/ChatItem.svelte (+16 -4)
📝 src/lib/components/layout/UpdateInfoToast.svelte (+2 -1)
📝 src/lib/stores/index.ts (+2 -0)
📝 src/routes/(app)/+layout.svelte (+22 -13)
📝 uv.lock (+329 -13)

📄 Description

No description provided


🔄 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/5711 **Author:** [@tjbck](https://github.com/tjbck) **Created:** 9/26/2024 **Status:** ✅ Merged **Merged:** 9/26/2024 **Merged by:** [@tjbck](https://github.com/tjbck) **Base:** `main` ← **Head:** `dev` --- ### 📝 Commits (10+) - [`888479a`](https://github.com/open-webui/open-webui/commit/888479aaf0c1a6c02a05f069f4aeeea4d036a935) refac: update toast dismiss behaviour - [`ee33b4e`](https://github.com/open-webui/open-webui/commit/ee33b4e2a3b029bdf0b005db5d0d548b7702f71a) fix: ollama /embed form_data - [`405d056`](https://github.com/open-webui/open-webui/commit/405d0561df25ba6452a02e81f117f8b3d59bbabc) Fix: o1 input parameter must be max_completion_tokens - [`3a163b6`](https://github.com/open-webui/open-webui/commit/3a163b63920bc65d77a92adb0755d75b4de48f52) fix: pip install database save issue - [`cc19b80`](https://github.com/open-webui/open-webui/commit/cc19b8049a9c22dfedc52a06874895b109338a57) Merge pull request #5710 from kivvi3412/fix_o1_max_tokens - [`9d25207`](https://github.com/open-webui/open-webui/commit/9d25207b83cb9680f71c9e438bfefe3652bda522) refac - [`26465f3`](https://github.com/open-webui/open-webui/commit/26465f3e925e943c5bead4dfa0ba49a6731a5342) chore: bump - [`4eeb669`](https://github.com/open-webui/open-webui/commit/4eeb669ac301176f655f215d9a7964125d86049c) refac - [`78d6647`](https://github.com/open-webui/open-webui/commit/78d66478855134efd8ee7f7c3746655da29dc17a) refac - [`c754c53`](https://github.com/open-webui/open-webui/commit/c754c53906ff401fb0b8a11258704b3de4c9f0bb) refac ### 📊 Changes **12 files changed** (+427 additions, -50 deletions) <details> <summary>View changed files</summary> 📝 `CHANGELOG.md` (+10 -0) 📝 `backend/open_webui/apps/ollama/main.py` (+9 -1) 📝 `backend/open_webui/apps/openai/main.py` (+3 -0) 📝 `backend/open_webui/env.py` (+6 -0) 📝 `package-lock.json` (+2 -2) 📝 `package.json` (+1 -1) 📝 `src/lib/components/chat/Chat.svelte` (+25 -15) 📝 `src/lib/components/layout/Sidebar/ChatItem.svelte` (+16 -4) 📝 `src/lib/components/layout/UpdateInfoToast.svelte` (+2 -1) 📝 `src/lib/stores/index.ts` (+2 -0) 📝 `src/routes/(app)/+layout.svelte` (+22 -13) 📝 `uv.lock` (+329 -13) </details> ### 📄 Description _No description provided_ --- <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:59:04 -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#8539