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 4f9bcdf commit c8f79e7Copy full SHA for c8f79e7
1 file changed
codeclash/agents/minisweagent.py
@@ -14,7 +14,7 @@
14
from codeclash.agents.utils import GameContext
15
from codeclash.utils.environment import copy_to_container
16
17
-os.environ["MSWEA_MODEL_RETRY_STOP_AFTER_ATTEMPT"] = "30"
+os.environ["MSWEA_MODEL_RETRY_STOP_AFTER_ATTEMPT"] = "90"
18
19
20
class ClashAgent(DefaultAgent):
0 commit comments