mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-21 00:52:24 -05:00
[PR #15146] [MERGED] i18n: en-US correction of num_keep parameter description #111044
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/15146
Author: @rgaricano
Created: 6/19/2025
Status: ✅ Merged
Merged: 6/21/2025
Merged by: @tjbck
Base:
dev← Head:dev📝 Commits (1)
f939646i18n: en-US correction of num_keep parameter description📊 Changes
1 file changed (+1 additions, -1 deletions)
View changed files
📝
src/lib/i18n/locales/en-US/translation.json(+1 -1)📄 Description
i18n: en-US correction of num_keep parameter description
Pull Request Checklist
Note to first-time contributors: Please open a discussion post in Discussions and describe your changes before submitting a pull request.
Before submitting, make sure you've checked the following:
devbranch.Changelog Entry
Description
Correction of num_keep parameter,
In actual description example is indicated that "last" x tokens will be retained, that is wrong, it have to say "first" x tokens.
num_keep definition:
Tokens to Keep on Context Refresh (num_keep): Retains part of the previous conversation. It's used when the n_ctx limit is reached. A new prompt will be constructed with the first n_keep characters of the original prompt plus the second half of the output to free up space for more conversation. Example: Keeping 50 first tokens helps the model remember the main topic when refreshing.
https://github.com/open-webui/open-webui/discussions/3794#discussioncomment-12691428
Added
Changed
correction num_keep parameter description in en-US
Deprecated
Removed
Fixed
correction num_keep parameter description in en-US
Security
Breaking Changes
Additional Information
https://github.com/open-webui/open-webui/discussions/3794#discussioncomment-12691428
Screenshots or Videos
Contributor License Agreement
By submitting this pull request, I confirm that I have read and fully agree to the Contributor License Agreement (CLA), and I am providing my contributions under its terms.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.