mirror of
https://github.com/open-webui/open-webui.git
synced 2026-07-17 08:21:12 -05:00
context length slider wrongly configured (too high max context) #2974
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?
Originally created by @Eve-146T on GitHub (Dec 10, 2024).
you are unable to use the slider in the context length slider to set any meaningful context length, you have to manually enter a number.


as the middle is already 5 million context. something sensible would be that the max is 128k.
another option: the max context length changes on the model you are using:
gemini: 1m
chatgpt: 128k
llama: 128k
qwen: 128k
etc.
if you manually click into it you would be able to change it to higher than that.