mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-16 23:41:43 +00:00
fix(openai): pass param for all OpenAI-compatible endpoints
Previously, the field was only added to supported params when the model name appeared in the official litellm model lists. This silently dropped for any custom OpenAI-compatible endpoint (e.g. local proxies, self-hosted models), with no warning or error. is a standard field in the OpenAI Chat Completions API spec and should be forwarded for all endpoints using the OpenAI provider. Azure AI already has its own transformation class that handles independently. Fixes #25753
This commit is contained in:
parent
72a461ba4a
commit
36c4745bb6
1 changed files with 816 additions and 820 deletions
File diff suppressed because it is too large
Load diff
Loading…
Add table
Reference in a new issue