Skip to content

Commit

Permalink
DH-5017/ increase the step limit
Browse files Browse the repository at this point in the history
  • Loading branch information
MohammadrezaPourreza committed Nov 20, 2023
1 parent ca45bd6 commit 00daa6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dataherald/sql_generator/dataherald_sqlagent.py
Original file line number Diff line number Diff line change
Expand Up @@ -545,7 +545,7 @@ def create_sql_agent(
input_variables: List[str] | None = None,
max_examples: int = 20,
number_of_instructions: int = 1,
max_iterations: int | None = 18,
max_iterations: int | None = 20,
max_execution_time: float | None = None,
early_stopping_method: str = "force",
verbose: bool = False,
Expand Down

0 comments on commit 00daa6a

Please sign in to comment.