[PR #2465] [MERGED] fix #59862

Closed
opened 2026-05-06 02:17:24 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/open-webui/open-webui/pull/2465
Author: @tjbck
Created: 5/21/2024
Status: Merged
Merged: 5/21/2024
Merged by: @tjbck

Base: mainHead: dev


📝 Commits (7)

  • e142223 feat: cache docker layers to registry
  • 7a556b2 Merge pull request #2428 from cheahjs/feat/better-docker-caching
  • 8116b04 Filter message and don't send over any message that has empty contents to OpenAI's API.
  • a07b89d Updated filter to filter null message objects as well.
  • b87cf0d Filters messages before going through to the OpenAI API to not include any empty messages.
  • b3de612 Merge pull request #2453 from AlyMobarak/main
  • 6b57d8d chore: format

📊 Changes

3 files changed (+74 additions, -38 deletions)

View changed files

📝 .github/workflows/docker-build.yaml (+37 -7)
📝 src/routes/(app)/+page.svelte (+21 -16)
📝 src/routes/(app)/c/[id]/+page.svelte (+16 -15)

📄 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/2465 **Author:** [@tjbck](https://github.com/tjbck) **Created:** 5/21/2024 **Status:** ✅ Merged **Merged:** 5/21/2024 **Merged by:** [@tjbck](https://github.com/tjbck) **Base:** `main` ← **Head:** `dev` --- ### 📝 Commits (7) - [`e142223`](https://github.com/open-webui/open-webui/commit/e142223ed14e8ba7448f99f4d7cf8a5e28ee14b7) feat: cache docker layers to registry - [`7a556b2`](https://github.com/open-webui/open-webui/commit/7a556b2240c73227a0bed99848334b952f686d96) Merge pull request #2428 from cheahjs/feat/better-docker-caching - [`8116b04`](https://github.com/open-webui/open-webui/commit/8116b04338716b97f8496a8213022e26c21b8f07) Filter message and don't send over any message that has empty contents to OpenAI's API. - [`a07b89d`](https://github.com/open-webui/open-webui/commit/a07b89da6fd5fa15735919b9ddd92914268e2961) Updated filter to filter null message objects as well. - [`b87cf0d`](https://github.com/open-webui/open-webui/commit/b87cf0db7de28f7ae8b39090e504ee389d670c80) Filters messages before going through to the OpenAI API to not include any empty messages. - [`b3de612`](https://github.com/open-webui/open-webui/commit/b3de61247b5b450605d0730a45bafd0e393d2858) Merge pull request #2453 from AlyMobarak/main - [`6b57d8d`](https://github.com/open-webui/open-webui/commit/6b57d8d3701b2a994928e6ba7a310796b4939007) chore: format ### 📊 Changes **3 files changed** (+74 additions, -38 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/docker-build.yaml` (+37 -7) 📝 `src/routes/(app)/+page.svelte` (+21 -16) 📝 `src/routes/(app)/c/[id]/+page.svelte` (+16 -15) </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 2026-05-06 02:17:24 -05: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#59862