mirror of
https://github.com/open-webui/open-webui.git
synced 2026-03-22 14:13:08 -05:00
Bug: Can not set custom "context length" in settings (maximum too large) #1237
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 @kozuch on GitHub (Jun 12, 2024).
Can not set custom "context length" in settings (maximum too large) > can not select small enough value
Steps to Reproduce:
Settings > General > Advanced parameters > Context Length > click "Default" > ruler will open - maximal value specified in the html INPUT tag is 10240000, which is too large > can not select reasonable value (4k, 16k etc.) with ruler
=> workaround > inspect HTML and overwrite the "max" INPUT attribute value to smaller number (like 128000)
Expected Behavior:
Set reasonable value with ruler
Actual Behavior:
Value too big with ruler movement
Environment
Open WebUI Version: v0.3.1
Ollama (if applicable): 0.1.43
Operating System: Win11
Browser (if applicable): Chrome 126.0.6478.36