Skip to content

Commit

Permalink
Changed config max attempts of fix code to 10
Browse files Browse the repository at this point in the history
  • Loading branch information
Yiannis128 committed Nov 10, 2023
1 parent 382216e commit 7dfb585
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion esbmc_ai_lib/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ class ChatPromptSettings(NamedTuple):
"""Max depth that structs will be initialized into, afterwards initializes with NULL."""
ocm_partial_equivalence_check: Literal["basic", "deep"] = "basic"
"""Mode to check for partial equivalence on the return value."""
fix_code_max_attempts: int = 5
fix_code_max_attempts: int = 10
"""Max attempts to fix a code."""


Expand Down

0 comments on commit 7dfb585

Please sign in to comment.