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 |
||
|---|---|---|
| .. | ||
| lib | ||
| routes | ||
| app.css | ||
| app.d.ts | ||
| app.html | ||
| tailwind.css | ||