From b5ce49cbc0ef8e28dd4a516641502dad1206fa0a Mon Sep 17 00:00:00 2001 From: Kenny Dizi Date: Mon, 3 Mar 2025 18:31:17 +0700 Subject: [PATCH] Update document for dedicated claude models configuration --- docs/docs/usage-guide/changing_a_model.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/docs/usage-guide/changing_a_model.md b/docs/docs/usage-guide/changing_a_model.md index fd491012..c6a4701a 100644 --- a/docs/docs/usage-guide/changing_a_model.md +++ b/docs/docs/usage-guide/changing_a_model.md @@ -221,3 +221,10 @@ To bypass chat templates and temperature controls, set `config.custom_reasoning_ reasoning_efffort= = "medium" # "low", "medium", "high" With the OpenAI models that support reasoning effort (eg: o3-mini), you can specify its reasoning effort via `config` section. The default value is `medium`. You can change it to `high` or `low` based on your usage. + +### Anthropic models + +[config] +enable_claude_extended_thinking = false # Set to true to enable extended thinking feature +extended_thinking_budget_tokens = 32000 +extended_thinking_max_output_tokens = 64000