[PR #9618] [CLOSED] Fix tag_content_handler issue #45442

Closed
opened 2026-04-29 19:48:54 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/open-webui/open-webui/pull/9618
Author: @XingjianXie
Created: 2/7/2025
Status: Closed

Base: mainHead: fix_after_tag


📝 Commits (10+)

  • 98ba0c3 build(deps-dev): bump vitest
  • 34b62e7 fix: check for email claim before skipping userinfo endpoint
  • 397595d Merge pull request #9456 from mitomac/fix-oidc-email-claim-new
  • c676303 enh: automatically remove incorrect backticks before code_interpreter tags
  • 74b971b refac: clean up solution for correcting code_interpreter backticks
  • 80e123f fix : O3 also does not support the max_tokens parameter, so title generation is not possible when using the O3 model
  • b9480c0 fix : o1 should also be applied
  • 10e2b3c Merge pull request #9471 from hurxxxx/fix/o3_not_support_max_tokens
  • b3a7cb9 Merge pull request #9463 from roryeckel/cleanup-code-interpreter-markdown
  • a023667 fix: user params save issue

📊 Changes

10 files changed (+133 additions, -73 deletions)

View changed files

📝 README.md (+1 -1)
📝 backend/open_webui/routers/openai.py (+6 -6)
📝 backend/open_webui/utils/middleware.py (+20 -2)
📝 backend/open_webui/utils/oauth.py (+1 -1)
📝 package-lock.json (+74 -48)
📝 package.json (+1 -1)
📝 src/lib/components/admin/Settings/Connections.svelte (+5 -2)
📝 src/lib/components/chat/Messages/Citations.svelte (+19 -11)
📝 src/lib/components/chat/Settings/General.svelte (+5 -0)
📝 src/routes/(app)/admin/+layout.svelte (+1 -1)

📄 Description

#9542 (part 2)


🔄 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/9618 **Author:** [@XingjianXie](https://github.com/XingjianXie) **Created:** 2/7/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `fix_after_tag` --- ### 📝 Commits (10+) - [`98ba0c3`](https://github.com/open-webui/open-webui/commit/98ba0c37b9862c1f893a4eb078a7f37588ebdcff) build(deps-dev): bump vitest - [`34b62e7`](https://github.com/open-webui/open-webui/commit/34b62e71cc1b0c3d98e7bc2b9d1091e2fbf1f0d2) fix: check for email claim before skipping userinfo endpoint - [`397595d`](https://github.com/open-webui/open-webui/commit/397595de9d12522b27ed71662611b47f6b1c3ced) Merge pull request #9456 from mitomac/fix-oidc-email-claim-new - [`c676303`](https://github.com/open-webui/open-webui/commit/c676303a55b9c78800efbd7fd70c84b4ccc356ed) enh: automatically remove incorrect backticks before code_interpreter tags - [`74b971b`](https://github.com/open-webui/open-webui/commit/74b971b88861b26c9be76cd11c068de4336187b0) refac: clean up solution for correcting code_interpreter backticks - [`80e123f`](https://github.com/open-webui/open-webui/commit/80e123f58f1c8c807aad29489e394be38a73f393) fix : O3 also does not support the max_tokens parameter, so title generation is not possible when using the O3 model - [`b9480c0`](https://github.com/open-webui/open-webui/commit/b9480c0e8a16aee5ec0919aa973db75389ae5b54) fix : o1 should also be applied - [`10e2b3c`](https://github.com/open-webui/open-webui/commit/10e2b3c0557d0f795e8db1b3664069b2149cb3c8) Merge pull request #9471 from hurxxxx/fix/o3_not_support_max_tokens - [`b3a7cb9`](https://github.com/open-webui/open-webui/commit/b3a7cb938fe0430fa4397dbf0f84120d1cde3733) Merge pull request #9463 from roryeckel/cleanup-code-interpreter-markdown - [`a023667`](https://github.com/open-webui/open-webui/commit/a023667e1ee2e8ff00cc6aaa46f5106252937241) fix: user params save issue ### 📊 Changes **10 files changed** (+133 additions, -73 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+1 -1) 📝 `backend/open_webui/routers/openai.py` (+6 -6) 📝 `backend/open_webui/utils/middleware.py` (+20 -2) 📝 `backend/open_webui/utils/oauth.py` (+1 -1) 📝 `package-lock.json` (+74 -48) 📝 `package.json` (+1 -1) 📝 `src/lib/components/admin/Settings/Connections.svelte` (+5 -2) 📝 `src/lib/components/chat/Messages/Citations.svelte` (+19 -11) 📝 `src/lib/components/chat/Settings/General.svelte` (+5 -0) 📝 `src/routes/(app)/admin/+layout.svelte` (+1 -1) </details> ### 📄 Description #9542 (part 2) --- <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-04-29 19:48:54 -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#45442