mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-12 04:15:25 +00:00
refac: add reasoning_effort to azure supported params
This commit is contained in:
parent
c49bcc65c4
commit
c2f889cf9a
1 changed files with 1 additions and 0 deletions
|
|
@ -763,6 +763,7 @@ def get_azure_allowed_params(api_version: str) -> set[str]:
|
||||||
"response_format",
|
"response_format",
|
||||||
"seed",
|
"seed",
|
||||||
"max_completion_tokens",
|
"max_completion_tokens",
|
||||||
|
"reasoning_effort",
|
||||||
}
|
}
|
||||||
|
|
||||||
try:
|
try:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue