mirror of
https://github.com/open-webui/open-webui.git
synced 2026-07-16 23:21:44 -05:00
[GH-ISSUE #7586] Custom context size not being respected. #14805
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 @luisbrandao on GitHub (Dec 3, 2024).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/7586
What is the issue?
Hello,
I noticed an inconsistent behavior.
I had edited my model parameters on admin view and set its context size.
however, i should be able to change it "again" in the chat windows:
in this image, the number "4096" does not get set, if it is already set on admin -> models.
Is this intentional?
im using:
ghcr.io/open-webui/open-webui:v0.4.7-cuda
@tjbck commented on GitHub (Dec 4, 2024):
Intended behaviour.
@c0008 commented on GitHub (Dec 5, 2024):
Does it mean you can't change the default setting if you want to increase it only for longer prompts/chats?