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
main
fix_after_tag
98ba0c3
34b62e7
397595d
c676303
74b971b
80e123f
b9480c0
10e2b3c
b3a7cb9
a023667
10 files changed (+133 additions, -73 deletions)
📝 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)
README.md
backend/open_webui/routers/openai.py
backend/open_webui/utils/middleware.py
backend/open_webui/utils/oauth.py
package-lock.json
package.json
src/lib/components/admin/Settings/Connections.svelte
src/lib/components/chat/Messages/Citations.svelte
src/lib/components/chat/Settings/General.svelte
src/routes/(app)/admin/+layout.svelte
#9542 (part 2)
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.
No dependencies set.
The note is not visible to the blocked user.
📋 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.