Advanced params in Admin Panel NOT APPLY to new chat 管理员面板对模型的设置无法应用到新对话 #3790

Closed
opened 2025-11-11 15:39:51 -06:00 by GiteaMirror · 2 comments
Owner

Originally created by @timothy-WangS on GitHub (Feb 13, 2025).

Bug Report

I set the advanced params in Admin Panel - Settings - Models, while in the New Chat, the Advanced Params in "Control" keeps unchanged ("default"), leading to function problem (cannt read long text with Ollama, etc. (issue 3868))

我在管理员面板-设置-模型里面修改了模型的高级参数,但在对话面板的设置中,发现该参数并没有被应用,且引发了使用问题(例如issue 3868中提到的ollama由于tokens长度限制无法阅读长文章等)

My Open Webui version is 0.5.10

Image Image
Originally created by @timothy-WangS on GitHub (Feb 13, 2025). # Bug Report I set the advanced params in Admin Panel - Settings - Models, while in the New Chat, the Advanced Params in "Control" keeps unchanged ("default"), leading to function problem (cannt read long text with Ollama, etc. (issue 3868)) 我在管理员面板-设置-模型里面修改了模型的高级参数,但在对话面板的设置中,发现该参数并没有被应用,且引发了使用问题(例如issue 3868中提到的ollama由于tokens长度限制无法阅读长文章等) My Open Webui version is 0.5.10 <img width="665" alt="Image" src="https://github.com/user-attachments/assets/5666867b-b729-4cc6-b8e8-8ce036e1ef16" /> <img width="724" alt="Image" src="https://github.com/user-attachments/assets/28f642ae-0d8a-420d-ac88-396a5c7152a7" />
Author
Owner

@dhrsal123 commented on GitHub (Feb 13, 2025):

Hey, even though the admin settings doesnt seem reflected on the side panel it should be applied to it, here's a little test.

Image

Image

@dhrsal123 commented on GitHub (Feb 13, 2025): Hey, even though the admin settings doesnt seem reflected on the side panel it should be applied to it, here's a little test. ![Image](https://github.com/user-attachments/assets/c5546980-5cc7-4ed9-a8e3-0fff91adb12e) ![Image](https://github.com/user-attachments/assets/f1129c88-b189-4751-9422-670308cde4be)
Author
Owner

@timothy-WangS commented on GitHub (Feb 13, 2025):

Hey, even though the admin settings doesnt seem reflected on the side panel it should be applied to it, here's a little test.

Image

Image

seems good, however for my case, i have done several test with Ollama 0.5.7:

  1. the deepseek-r1:32b, reading DEMO.doc, reply with no doc content
  2. the deepseek-r1:32b, reading DEMO.doc, edit Chat Control - Context Length to 16000 (or User (up-right corner, "Profile Image") Setting - General - Advanced Params - Context Length), both reply perfect content
  3. the deepseek-r1:32b, reading DEMO.doc, edit Admin Panel - ... - Advanced Params - Context Length to 16000, reply with no doc content
  4. *additional, using Open Webui 0.3.2, same model, reading DEMO.doc, change Workspace - ... - Advanced Params - Context Length to 16000, reply with perfect content

since its already knon issue that ollama cannt read long text unless set enough context length, it seems some thing went wrong when only change admin setting

@timothy-WangS commented on GitHub (Feb 13, 2025): > Hey, even though the admin settings doesnt seem reflected on the side panel it should be applied to it, here's a little test. > > ![Image](https://github.com/user-attachments/assets/c5546980-5cc7-4ed9-a8e3-0fff91adb12e) > > ![Image](https://github.com/user-attachments/assets/f1129c88-b189-4751-9422-670308cde4be) seems good, however for my case, i have done several test with Ollama 0.5.7: 1) the deepseek-r1:32b, reading DEMO.doc, reply with no doc content 2) the deepseek-r1:32b, reading DEMO.doc, edit Chat Control - Context Length to 16000 (or User (up-right corner, "Profile Image") Setting - General - Advanced Params - Context Length), both reply perfect content 3) the deepseek-r1:32b, reading DEMO.doc, edit Admin Panel - ... - Advanced Params - Context Length to 16000, reply with no doc content 4) *additional, using Open Webui 0.3.2, same model, reading DEMO.doc, change Workspace - ... - Advanced Params - Context Length to 16000, reply with perfect content since its already knon issue that ollama cannt read long text unless set enough context length, it seems some thing went wrong when only change admin setting
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/open-webui#3790