Originally created by @ewof on GitHub (May 4, 2025).
### Check Existing Issues
- [x] I have searched the existing issues and discussions.
- [x] I am using the latest version of Open WebUI.
### Installation Method
Git Clone
### Open WebUI Version
v0.6.5
### Ollama Version (if applicable)
N/A
### Operating System
artix
### Browser (if applicable)
firefox
### Confirmation
- [x] I have read and followed all instructions in `README.md`.
- [x] I am using the latest version of **both** Open WebUI and Ollama.
- [x] I have included the browser console logs.
- [x] I have included the Docker container logs.
- [x] I have listed steps to reproduce the bug in detail.
### Expected Behavior
the params set in advanced params show up properly in vllm
### Actual Behavior
open-webui

vllm
```
SamplingParams(n=1, presence_penalty=0.0, frequency_penalty=0.0, repetitio
n_penalty=1.0, temperature=0.15, top_p=1.0, top_k=-1, min_p=0.0, seed=None, stop=[], stop_token_ids=[], bad_words=[], include_stop_str_in_output=False, ignore_eos=False, max_tokens=31515, min
_tokens=0, logprobs=None, prompt_logprobs=None, skip_special_tokens=True, spaces_between_special_tokens=True, truncate_prompt_tokens=None, guided_decoding=None, extra_args=None)
```
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_
GiteaMirror
added the bug label 2025-11-11 16:10:17 -06:00
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
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