mirror of
https://github.com/BerriAI/litellm.git
synced 2026-08-28 05:25:59 +00:00
docs - openweb show how to include reasoning content (#13060)
This commit is contained in:
parent
8f7d896e26
commit
d5c61cc526
1 changed files with 6 additions and 1 deletions
|
|
@ -119,12 +119,17 @@ Example litellm config.yaml:
|
|||
|
||||
```yaml
|
||||
model_list:
|
||||
- model_name: thinking-anthropic-claude-3-7-sonnet
|
||||
- model_name: thinking-anthropic-claude-3-7-sonnet # Bedrock Anthropic
|
||||
litellm_params:
|
||||
model: bedrock/us.anthropic.claude-3-7-sonnet-20250219-v1:0
|
||||
thinking: {"type": "enabled", "budget_tokens": 1024}
|
||||
max_tokens: 1080
|
||||
merge_reasoning_content_in_choices: true
|
||||
- model_name: vertex_ai/gemini-2.5-pro # Vertex AI Gemini
|
||||
litellm_params:
|
||||
model: vertex_ai/gemini-2.5-pro
|
||||
thinking: {"type": "enabled", "budget_tokens": 1024}
|
||||
merge_reasoning_content_in_choices: true
|
||||
```
|
||||
|
||||
### Test it on Open WebUI
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue