mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-13 23:11:40 +00:00
docs(router): clarify thinking budget warning
Co-Authored-By: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>
This commit is contained in:
parent
ee5fa81a5b
commit
f7632ab931
1 changed files with 2 additions and 2 deletions
|
|
@ -109,8 +109,8 @@ take precedence over alias `litellm_params` defaults. Parameters unsupported by
|
|||
the selected model follow LiteLLM's existing `drop_params` behavior. Unknown
|
||||
parameter names produce a configuration warning but remain available for
|
||||
provider-specific parameters. `thinking` is the supported structured parameter;
|
||||
`thinking_budget` is not a top-level LiteLLM parameter and therefore produces a
|
||||
warning, as intended.
|
||||
`thinking_budget` is not a top-level LiteLLM parameter, so a tier naming it gets
|
||||
a warning telling it to use `thinking: {type: enabled, budget_tokens: N}`.
|
||||
|
||||
### Full Configuration
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue