We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 757a806 commit 945c9d5Copy full SHA for 945c9d5
optillm/mars/mars.py
@@ -23,7 +23,7 @@
23
'consensus_threshold': 2, # Keep at 2 for 3-agent setup
24
'min_verified_solutions': 1, # Keep minimal requirement
25
'max_tokens': 64000, # Base token budget
26
- 'max_verification_attempts': 10,
+ 'max_verification_attempts': 3,
27
'early_termination': True,
28
'use_reasoning_api': True,
29
# Token budget proportions
0 commit comments