mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 10:58:17 -05:00
[PR #9618] [CLOSED] Fix tag_content_handler issue #45442
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/open-webui/open-webui/pull/9618
Author: @XingjianXie
Created: 2/7/2025
Status: ❌ Closed
Base:
main← Head:fix_after_tag📝 Commits (10+)
98ba0c3build(deps-dev): bump vitest34b62e7fix: check for email claim before skipping userinfo endpoint397595dMerge pull request #9456 from mitomac/fix-oidc-email-claim-newc676303enh: automatically remove incorrect backticks before code_interpreter tags74b971brefac: clean up solution for correcting code_interpreter backticks80e123ffix : O3 also does not support the max_tokens parameter, so title generation is not possible when using the O3 modelb9480c0fix : o1 should also be applied10e2b3cMerge pull request #9471 from hurxxxx/fix/o3_not_support_max_tokensb3a7cb9Merge pull request #9463 from roryeckel/cleanup-code-interpreter-markdowna023667fix: 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.