docs - openweb show how to include reasoning content (#13060)

This commit is contained in:
Ishaan Jaff
2025-07-28 15:25:47 -07:00
committed by GitHub
parent 8f7d896e26
commit d5c61cc526
+6 -1
View File
@@ -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