Original PR: https://github.com/open-webui/open-webui/pull/1144 Author: @tjbck Created: 3/12/2024 Status: ✅ Merged Merged: 3/15/2024 Merged by: @tjbck
Base: main ← Head: dev
main
dev
be3ab88
26a187f
97842d0
cc4b82a
7f78e58
5a567ce
3790790
7560754
9ee0fea
7cef008
11 files changed (+58 additions, -30 deletions)
📝 CHANGELOG.md (+8 -0) 📝 backend/apps/images/main.py (+8 -5) 📝 backend/apps/ollama/main.py (+11 -4) 📝 backend/apps/rag/utils.py (+2 -3) 📝 backend/apps/web/routers/utils.py (+1 -1) 📝 backend/constants.py (+1 -0) 📝 package.json (+1 -1) 📝 src/lib/components/chat/Settings/Images.svelte (+4 -2) 📝 src/routes/(app)/+page.svelte (+6 -3) 📝 src/routes/(app)/c/[id]/+page.svelte (+12 -4) 📝 src/tailwind.css (+4 -7)
CHANGELOG.md
backend/apps/images/main.py
backend/apps/ollama/main.py
backend/apps/rag/utils.py
backend/apps/web/routers/utils.py
backend/constants.py
package.json
src/lib/components/chat/Settings/Images.svelte
src/routes/(app)/+page.svelte
src/routes/(app)/c/[id]/+page.svelte
src/tailwind.css
Resolves #1137 #1161
🔄 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/1144
Author: @tjbck
Created: 3/12/2024
Status: ✅ Merged
Merged: 3/15/2024
Merged by: @tjbck
Base:
main← Head:dev📝 Commits (10+)
be3ab88fix: error handling26a187frefac: print removed97842d0Update tailwind.csscc4b82aUpdate tailwind.css7f78e58refac: image generation error handling5a567cefix: message after image generation3790790fix: possible fix for #11397560754Merge pull request #1138 from Silentoplayz/patch-19ee0feafix typo in uploading blob to ollama7cef008Merge pull request #1163 from joequant/main📊 Changes
11 files changed (+58 additions, -30 deletions)
View changed files
📝
CHANGELOG.md(+8 -0)📝
backend/apps/images/main.py(+8 -5)📝
backend/apps/ollama/main.py(+11 -4)📝
backend/apps/rag/utils.py(+2 -3)📝
backend/apps/web/routers/utils.py(+1 -1)📝
backend/constants.py(+1 -0)📝
package.json(+1 -1)📝
src/lib/components/chat/Settings/Images.svelte(+4 -2)📝
src/routes/(app)/+page.svelte(+6 -3)📝
src/routes/(app)/c/[id]/+page.svelte(+12 -4)📝
src/tailwind.css(+4 -7)📄 Description
Resolves #1137 #1161
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.