open-webui/src/lib
_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
..
apis refac: chat input object localStorage -> sessionStorage 2025-06-18 16:02:29 +04:00
components fix: direct tool servers not displaying 2025-06-19 14:03:36 +04:00
i18n i18n: en-US correction of num_keep parameter description 2025-06-19 14:18:15 +02:00
pyodide wip: pyodide kernel 2025-02-04 21:02:11 -08:00
stores fix: add ? 2025-06-18 02:01:21 -04:00
types chore: format 2024-08-26 15:38:42 +02:00
utils fix: sanatizeResponseContent for stop token display 2025-06-18 00:12:11 -04:00
workers refac 2025-02-10 00:02:23 -08:00
constants.ts wip 2024-12-11 20:25:46 -08:00
dayjs.js refac: think status 2025-01-23 12:53:17 -08:00
emoji-groups.json feat: emoji picker 2024-12-30 02:20:09 -08:00
emoji-shortcodes.json feat: emoji picker 2024-12-30 02:20:09 -08:00
index.ts chat feature added 2023-10-08 15:38:42 -07:00