Skip to content

Commit

Permalink
fix typo error
Browse files Browse the repository at this point in the history
  • Loading branch information
YoanSallami committed Dec 5, 2023
1 parent 426feab commit 25eb9a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ def _normalize_vector(value):
smart_llm_max_token = cfg.smart_llm_max_token,
fast_llm_max_token = cfg.fast_llm_max_token,
max_decision_attemp = cfg.max_decision_attemp,
max_evaluation_attemp = cg.max_evaluation_attemp,
max_evaluation_attemp = cfg.max_evaluation_attemp,
max_iteration = cfg.max_iteration,
verbose = cfg.verbose,
debug = cfg.debug_mode
Expand Down

0 comments on commit 25eb9a9

Please sign in to comment.