mirror of
https://github.com/qodo-ai/pr-agent.git
synced 2025-12-12 19:05:18 +00:00
Update document for extended thinking tokens
This commit is contained in:
parent
a8935dece3
commit
121d90a9da
1 changed files with 2 additions and 2 deletions
|
|
@ -226,5 +226,5 @@ With the OpenAI models that support reasoning effort (eg: o3-mini), you can spec
|
|||
|
||||
[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
|
||||
extended_thinking_budget_tokens = 2048
|
||||
extended_thinking_max_output_tokens = 2048
|
||||
|
|
|
|||
Loading…
Reference in a new issue