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: main ← Head: dev
main
dev
888479a
ee33b4e
405d056
3a163b6
cc19b80
9d25207
26465f3
4eeb669
78d6647
c754c53
12 files changed (+427 additions, -50 deletions)
📝 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)
CHANGELOG.md
backend/open_webui/apps/ollama/main.py
backend/open_webui/apps/openai/main.py
backend/open_webui/env.py
package-lock.json
package.json
src/lib/components/chat/Chat.svelte
src/lib/components/layout/Sidebar/ChatItem.svelte
src/lib/components/layout/UpdateInfoToast.svelte
src/lib/stores/index.ts
src/routes/(app)/+layout.svelte
uv.lock
No description provided
🔄 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/5711
Author: @tjbck
Created: 9/26/2024
Status: ✅ Merged
Merged: 9/26/2024
Merged by: @tjbck
Base:
main← Head:dev📝 Commits (10+)
888479arefac: update toast dismiss behaviouree33b4efix: ollama /embed form_data405d056Fix: o1 input parameter must be max_completion_tokens3a163b6fix: pip install database save issuecc19b80Merge pull request #5710 from kivvi3412/fix_o1_max_tokens9d25207refac26465f3chore: bump4eeb669refac78d6647refacc754c53refac📊 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.