main #3

Merged
tdpeuter merged 116 commits from open-webui/open-webui:main into main 2024-03-26 12:22:23 +01:00
Owner

Pull Request Checklist

  • Description: Briefly describe the changes in this pull request.
  • Changelog: Ensure a changelog entry following the format of Keep a Changelog is added at the bottom of the PR description.
  • Documentation: Have you updated relevant documentation?
  • Dependencies: Are there any new dependencies? Have you updated the dependency versions in the documentation?

Description

[Insert a brief description of the changes made in this pull request]


Changelog Entry

Added

  • [List any new features or additions]

Fixed

  • [List any fixes or corrections]

Changed

  • [List any changes or updates]

Removed

  • [List any removed features or files]
## Pull Request Checklist - [ ] **Description:** Briefly describe the changes in this pull request. - [ ] **Changelog:** Ensure a changelog entry following the format of [Keep a Changelog](https://keepachangelog.com/) is added at the bottom of the PR description. - [ ] **Documentation:** Have you updated relevant documentation? - [ ] **Dependencies:** Are there any new dependencies? Have you updated the dependency versions in the documentation? --- ## Description [Insert a brief description of the changes made in this pull request] --- ### Changelog Entry ### Added - [List any new features or additions] ### Fixed - [List any fixes or corrections] ### Changed - [List any changes or updates] ### Removed - [List any removed features or files]
tdpeuter added 116 commits 2024-03-26 12:22:13 +01:00
Allow Chat Deletion
it can easily confuse people before becuase when people accidentally set `env.USER_PERMISSIONS_CHAT_DELETION` to `true/yes/Yes`, `USER_PERMISSIONS["chat"]["deletion"]` would become `False`, which is unexpectedly and hard to notice.
Correct some machine translation mistakes, and convert Mainland China's regional expression to Taiwan.
For Russian language.
Enhance Traditional Chinese translation
Create translation.json
Update languages.json
This reverts commit b21091bc01.
Added Catalan translation
Spanish translation
French (Canada) translations added, some French (France) strings updated/changed
Fix spelling
Feat/custom default user permissions chat deletion
feat: webhook
Added Vietnamese translation files
0.1.114
fix: delete duplicate function
added Bulgarian Translation
- `Modelfile` is a proprietary term of Ollama. `模型文件` is the Simplified Chinese translation used in their community but not common used in zh-TW community.
- `Prompt`'s better zh-TW translation is `提示詞`(refert to https://docs.aws.amazon.com/zh_tw/bedrock/latest/userguide/what-is-prompt-engineering.html ) instead of `提示`, which is easily misunderstood as a verb `建議`
Fixed spelling in Bulgarian translation
Fixed Vietnamese translation for improved language quality
Added langfuse dependency to the requierements.txt file.
# Conflicts:
#	src/lib/components/chat/Settings/Models.svelte
Added nl-NL (Dutch) Translations.
Enhance/zh tw translation
added Italian, Portuguese and Japanese translations
feat: comfyui support
feat: cancel model download
Migrate to python logging module with env var control.
Co-Author: Fixed the upload experimental feature
Co-Authored-By: rob <64106559+kroonen@users.noreply.github.com>
Merge pull request #1277 from open-webui/dev
Some checks failed
Python CI / Format Backend (latest) (pull_request) Failing after 11s
Bun CI / Format & Build Frontend (pull_request) Successful in 1m6s
ac294a74e7
0.1.115
tdpeuter merged commit 921a1cf978 into main 2024-03-26 12:22:23 +01:00
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: tdpeuter/open-webui#3
No description provided.