Original PR: https://github.com/open-webui/open-webui/pull/1374 Author: @tjbck Created: 4/1/2024 Status: ✅ Merged Merged: 4/1/2024 Merged by: @tjbck
Base: main ← Head: dev
main
dev
ee38b3c
144c905
print()
log()
68cfdd8
4ddb7e1
587a8c5
cef6764
2f23325
1b5c92d
7563619
a6c154d
14 files changed (+60 additions, -33 deletions)
📝 .github/workflows/format-backend.yaml (+1 -1) 📝 Makefile (+2 -0) 📝 backend/apps/images/main.py (+3 -3) 📝 backend/apps/images/utils/comfyui.py (+13 -7) 📝 backend/apps/ollama/main.py (+2 -2) 📝 backend/apps/rag/main.py (+3 -3) 📝 backend/apps/rag/utils.py (+2 -0) 📝 backend/config.py (+2 -0) 📝 backend/main.py (+8 -5) 📝 backend/utils/webhook.py (+9 -2) 📝 package.json (+1 -0) 📝 src/app.css (+4 -0) 📝 src/routes/(app)/+page.svelte (+5 -5) 📝 src/routes/(app)/c/[id]/+page.svelte (+5 -5)
.github/workflows/format-backend.yaml
Makefile
backend/apps/images/main.py
backend/apps/images/utils/comfyui.py
backend/apps/ollama/main.py
backend/apps/rag/main.py
backend/apps/rag/utils.py
backend/config.py
backend/main.py
backend/utils/webhook.py
package.json
src/app.css
src/routes/(app)/+page.svelte
src/routes/(app)/c/[id]/+page.svelte
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/1374
Author: @tjbck
Created: 4/1/2024
Status: ✅ Merged
Merged: 4/1/2024
Merged by: @tjbck
Base:
main← Head:dev📝 Commits (10+)
ee38b3cEnhance DATA_DIR handling in main.py and docker-compose configuration144c905Improve logging. Moveprint()statements to appropiatelog().68cfdd8Small simplification4ddb7e1fix: error message587a8c5Merge pull request #1370 from lainedfles/logging-improvementscef6764Spellchecking2f23325Merge branch 'dev' into fix/data-dir-handling1b5c92drevert: prompt suggestion change7563619Merge pull request #1368 from Patrice-Gaudicheau/fix/data-dir-handlinga6c154dfeat: rag context logging📊 Changes
14 files changed (+60 additions, -33 deletions)
View changed files
📝
.github/workflows/format-backend.yaml(+1 -1)📝
Makefile(+2 -0)📝
backend/apps/images/main.py(+3 -3)📝
backend/apps/images/utils/comfyui.py(+13 -7)📝
backend/apps/ollama/main.py(+2 -2)📝
backend/apps/rag/main.py(+3 -3)📝
backend/apps/rag/utils.py(+2 -0)📝
backend/config.py(+2 -0)📝
backend/main.py(+8 -5)📝
backend/utils/webhook.py(+9 -2)📝
package.json(+1 -0)📝
src/app.css(+4 -0)📝
src/routes/(app)/+page.svelte(+5 -5)📝
src/routes/(app)/c/[id]/+page.svelte(+5 -5)📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.