mirror of
https://github.com/open-webui/open-webui.git
synced 2026-03-13 02:24:42 -05:00
Unable to Directly Set Model Parameters Through Advanced Parameters by Administrator #1006
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 @cokice on GitHub (May 22, 2024).
Bug Report
Description
I set up OpenWebUI to share my OpenAI GPT with others. However, as the conversation history grows longer, it continuously sends all previous content to OpenAI, resulting in high costs. I want to address this issue by limiting the number of tokens transmitted or the number of chat messages. I've been trying to find a solution, such as configurations in the config file or environment variable settings, but I haven't found a place where I can make these changes. Perhaps I just haven't found it.
Expected Behavior:
The expected result is that when I set the model parameters in the settings panel or environment variables and save them, they should apply to the default settings for all users.
Actual Behavior:
The settings do not apply to all users; they are only applied to my own settings.
Environment
Open WebUI Version: [e.g., 0.1.120]
Ollama (if applicable): [e.g., 0.1.30, 0.1.32-rc1]
Operating System: [e.g., Windows 10, macOS Big Sur, Ubuntu 20.04]
Browser (if applicable): [e.g., Chrome 100.0, Firefox 98.0]
Reproduction Details
Confirmation:
Logs and Screenshots
Screenshots (if applicable):

Installation Method
docker
Additional Information
[Include any additional details that may help in understanding and reproducing the issue. This could include specific configurations, error messages, or anything else relevant to the bug.]
Note
If the bug report is incomplete or does not follow the provided instructions, it may not be addressed. Please ensure that you have followed the steps outlined in the README.md and troubleshooting.md documents, and provide all necessary information for us to reproduce and address the issue. Thank you!
@tjbck commented on GitHub (May 22, 2024):
Related https://github.com/open-webui/open-webui/issues/1268, https://github.com/open-webui/open-webui/issues/665 will be the recommended method to set params per model.
@cokice commented on GitHub (May 23, 2024):
Sorry, after looking at several other issues, I still don’t understand how to set it up. Could you please point out an effective way to set it up?
@gaby commented on GitHub (Oct 4, 2024):
@tjbck Was this stuff removed from the UI? There's no admin menu for setting model params anymore.