mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-08 22:21:35 +00:00
refactor(shadow_eval): state the cap's constraint without the rationale
This commit is contained in:
parent
2f5bfae1a6
commit
da5e38ce9c
1 changed files with 2 additions and 3 deletions
|
|
@ -60,9 +60,8 @@ _MAX_CONCURRENT_SHADOW_TASKS: Final = 16
|
|||
_MAX_JUDGE_RESPONSE_CHARS: Final = 8_000
|
||||
_MAX_JUDGE_PROMPT_CHARS: Final = 24_000
|
||||
|
||||
# The judge answers with a small JSON object, but the cap covers reasoning tokens too: a
|
||||
# judge deployment carrying an elevated reasoning_effort spends a tight cap before it ever
|
||||
# answers, and the truncated reply is recorded as an unparseable verdict.
|
||||
# Covers the judge's reasoning tokens as well as its small JSON answer: a judge deployment
|
||||
# carrying an elevated reasoning_effort spends a tight cap before it ever answers.
|
||||
JUDGE_MAX_OUTPUT_TOKENS: Final = 4096
|
||||
|
||||
_MAX_ERROR_CHARS: Final = 500
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue