mirror of
https://github.com/open-webui/open-webui.git
synced 2026-03-10 15:54:15 -05:00
[PR #6413] [MERGED] 0.3.34 #8675
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/open-webui/open-webui/pull/6413
Author: @tjbck
Created: 10/25/2024
Status: ✅ Merged
Merged: 10/26/2024
Merged by: @tjbck
Base:
main← Head:dev📝 Commits (10+)
46a97e6fix: tags custom prompt issue2346133fix: boolean values don't need to be accessed by .valueb4acf68update the GenerateChatCompletionForm stream to be defaulted to true.4443392Modify and Add Dutch translationsbbc9825Add: nl-NL Translationsa1469caAdd: i18n Dutch translationsad952b9Merge pull request #6399 from Natedorr/main9b030f6Merge pull request #6392 from nodomain/patch-1af34565Merge pull request #6409 from MarcRevo/nl-translations-mb0b38584refac: rich text input paste behaviour📊 Changes
73 files changed (+1036 additions, -363 deletions)
View changed files
📝
CHANGELOG.md(+22 -0)📝
Dockerfile(+1 -1)📝
backend/open_webui/apps/audio/main.py(+2 -1)📝
backend/open_webui/apps/ollama/main.py(+1 -1)📝
backend/open_webui/apps/retrieval/main.py(+7 -1)📝
backend/open_webui/apps/webui/routers/evaluations.py(+27 -15)📝
backend/open_webui/apps/webui/routers/knowledge.py(+33 -8)📝
backend/open_webui/main.py(+7 -3)📝
backend/open_webui/storage/provider.py(+6 -5)📝
backend/open_webui/utils/oauth.py(+2 -2)📝
backend/open_webui/utils/security_headers.py(+1 -1)📝
package-lock.json(+2 -2)📝
package.json(+1 -1)📝
src/app.css(+1 -1)📝
src/lib/apis/evaluations/index.ts(+31 -0)📝
src/lib/components/admin/Evaluations.svelte(+61 -17)📝
src/lib/components/admin/Settings/Interface.svelte(+2 -2)📝
src/lib/components/chat/MessageInput.svelte(+223 -48)📝
src/lib/components/chat/MessageInput/Commands/Prompts.svelte(+12 -3)📝
src/lib/components/chat/MessageInput/VoiceRecording.svelte(+161 -127)...and 53 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.