Original PR: https://github.com/open-webui/open-webui/pull/1631 Author: @tjbck Created: 4/20/2024 Status: ✅ Merged Merged: 4/21/2024 Merged by: @tjbck
Base: main ← Head: dev
main
dev
0caf046
b352732
e720afa
c235a3d
44f9e93
941dc41
5f16ec0
b788514
a53c1cf
b67f80f
50 files changed (+1463 additions, -243 deletions)
📝 .github/ISSUE_TEMPLATE/bug_report.md (+3 -0) 📝 CHANGELOG.md (+16 -0) 📝 README.md (+1 -1) 📝 backend/apps/audio/main.py (+106 -1) 📝 backend/apps/images/main.py (+6 -2) 📝 backend/apps/openai/main.py (+1 -1) 📝 backend/apps/rag/main.py (+16 -14) 📝 backend/apps/rag/utils.py (+2 -2) ➕ backend/apps/web/internal/migrations/004_add_archived.py (+46 -0) ➕ backend/apps/web/internal/migrations/005_add_updated_at.py (+77 -0) 📝 backend/apps/web/models/chats.py (+53 -10) 📝 backend/apps/web/routers/chats.py (+29 -0) 📝 backend/config.py (+18 -0) 📝 backend/static/favicon.png (+0 -0) 📝 package-lock.json (+2 -2) 📝 package.json (+1 -1) 📝 src/lib/apis/audio/index.ts (+100 -1) 📝 src/lib/apis/chats/index.ts (+63 -0) 📝 src/lib/components/chat/MessageInput.svelte (+42 -38) 📝 src/lib/components/chat/Messages.svelte (+7 -35)
.github/ISSUE_TEMPLATE/bug_report.md
CHANGELOG.md
README.md
backend/apps/audio/main.py
backend/apps/images/main.py
backend/apps/openai/main.py
backend/apps/rag/main.py
backend/apps/rag/utils.py
backend/apps/web/internal/migrations/004_add_archived.py
backend/apps/web/internal/migrations/005_add_updated_at.py
backend/apps/web/models/chats.py
backend/apps/web/routers/chats.py
backend/config.py
backend/static/favicon.png
package-lock.json
package.json
src/lib/apis/audio/index.ts
src/lib/apis/chats/index.ts
src/lib/components/chat/MessageInput.svelte
src/lib/components/chat/Messages.svelte
...and 30 more files
Resolves #1106 #1608
🔄 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/1631
Author: @tjbck
Created: 4/20/2024
Status: ✅ Merged
Merged: 4/21/2024
Merged by: @tjbck
Base:
main← Head:dev📝 Commits (10+)
0caf046Fixed translated variable nameb352732Fixed translated variable namese720afaFixed translated variable namesc235a3dFixed translated variable names44f9e93Fixed malformed date string941dc41Fixed translated variable names and malformed date string5f16ec0Fixed malformed time formatb788514Fixed translated author namea53c1cfFixed translated author nameb67f80fMerge pull request #1600 from Fusseldieb/patch-1📊 Changes
50 files changed (+1463 additions, -243 deletions)
View changed files
📝
.github/ISSUE_TEMPLATE/bug_report.md(+3 -0)📝
CHANGELOG.md(+16 -0)📝
README.md(+1 -1)📝
backend/apps/audio/main.py(+106 -1)📝
backend/apps/images/main.py(+6 -2)📝
backend/apps/openai/main.py(+1 -1)📝
backend/apps/rag/main.py(+16 -14)📝
backend/apps/rag/utils.py(+2 -2)➕
backend/apps/web/internal/migrations/004_add_archived.py(+46 -0)➕
backend/apps/web/internal/migrations/005_add_updated_at.py(+77 -0)📝
backend/apps/web/models/chats.py(+53 -10)📝
backend/apps/web/routers/chats.py(+29 -0)📝
backend/config.py(+18 -0)📝
backend/static/favicon.png(+0 -0)📝
package-lock.json(+2 -2)📝
package.json(+1 -1)📝
src/lib/apis/audio/index.ts(+100 -1)📝
src/lib/apis/chats/index.ts(+63 -0)📝
src/lib/components/chat/MessageInput.svelte(+42 -38)📝
src/lib/components/chat/Messages.svelte(+7 -35)...and 30 more files
📄 Description
Resolves #1106 #1608
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.