mirror of
https://github.com/open-webui/open-webui.git
synced 2026-06-03 07:24:59 -05:00
issue: min p not being sent to vllm properly #5030
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 @ewof on GitHub (May 4, 2025).
Check Existing Issues
Installation Method
Git Clone
Open WebUI Version
v0.6.5
Ollama Version (if applicable)
N/A
Operating System
artix
Browser (if applicable)
firefox
Confirmation
README.md.Expected Behavior
the params set in advanced params show up properly in vllm
Actual Behavior
open-webui

vllm
min_p isn't 0.05
Steps to Reproduce
https://docs.vllm.ai/en/latest/deployment/frameworks/open-webui.html
Logs & Screenshots
,
Additional Information
No response
@Nepherpitou commented on GitHub (May 7, 2025):
Not only
min_p, OpenWebUI sends onlytemperatureandtop_pto OpenAI compatible backends.@tjbck commented on GitHub (May 23, 2025):
Addressed with
797c7d4e56