mirror of
https://github.com/NousResearch/atropos.git
synced 2026-04-19 12:57:58 +00:00
ReasoningConfig documentation to clarify dependency on effort and max_tokens settings. This update specifies that enabling either of these parameters requires reasoning in OpenRouter to be set to Enabled.
This commit is contained in:
parent
21504537fc
commit
6aba5244b8
1 changed files with 2 additions and 0 deletions
|
|
@ -53,6 +53,8 @@ class ReasoningConfig:
|
|||
# (e.g., Anthropic's latest models support up to 128k extended thinking)
|
||||
|
||||
# Auto-enable if effort or max_tokens are specified
|
||||
# Because if either of these are enabled, reasoning in
|
||||
# OpenRouter must also be set to Enabled
|
||||
if self.effort is not None or self.max_tokens is not None:
|
||||
self.enabled = True
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue