mirror of
https://github.com/NousResearch/atropos.git
synced 2026-04-19 12:57:58 +00:00
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
This commit is contained in:
parent
e1ece3e64e
commit
6cfcbdf4d5
2 changed files with 7 additions and 7 deletions
|
|
@ -66,12 +66,12 @@ class ReasoningConfig:
|
|||
# Calculated as percentage of 32k base: none=min, minimal=10%, low=20%,
|
||||
# medium=50%, high=80%, xhigh=95%
|
||||
EFFORT_TO_MAX_TOKENS = {
|
||||
"none": 1024, # Minimum/disabled
|
||||
"none": 1024, # Minimum/disabled
|
||||
"minimal": 3200, # ~10% of 32k
|
||||
"low": 6400, # ~20% of 32k
|
||||
"low": 6400, # ~20% of 32k
|
||||
"medium": 16000, # ~50% of 32k
|
||||
"high": 25600, # ~80% of 32k
|
||||
"xhigh": 30400, # ~95% of 32k
|
||||
"high": 25600, # ~80% of 32k
|
||||
"xhigh": 30400, # ~95% of 32k
|
||||
}
|
||||
|
||||
def build_extra_body(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue