open-webui/src
_00_ f939646364 i18n: en-US correction of num_keep parameter description
i18n: en-US correction of num_keep parameter 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.

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
2025-06-19 14:18:15 +02:00
..
lib i18n: en-US correction of num_keep parameter description 2025-06-19 14:18:15 +02:00
routes refac: chat input object localStorage -> sessionStorage 2025-06-18 16:02:29 +04:00
app.css refac: styling 2025-06-04 02:51:42 +04:00
app.d.ts
app.html refac 2025-06-16 09:36:29 +04:00
tailwind.css