mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-12 04:15:25 +00:00
refac: allow min_p for openai requests
This commit is contained in:
parent
30d15c1b4b
commit
797c7d4e56
1 changed files with 1 additions and 0 deletions
|
|
@ -57,6 +57,7 @@ def apply_model_params_to_body_openai(params: dict, form_data: dict) -> dict:
|
|||
mappings = {
|
||||
"temperature": float,
|
||||
"top_p": float,
|
||||
"min_p": float,
|
||||
"max_tokens": int,
|
||||
"frequency_penalty": float,
|
||||
"presence_penalty": float,
|
||||
|
|
|
|||
Loading…
Reference in a new issue