Skip to content

Commit

Permalink
Increasing the step limit
Browse files Browse the repository at this point in the history
  • Loading branch information
MohammadrezaPourreza committed Nov 20, 2023
1 parent b81e7e0 commit ca45bd6
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 = 15,
max_iterations: int | None = 18,
max_execution_time: float | None = None,
early_stopping_method: str = "force",
verbose: bool = False,
Expand Down

0 comments on commit ca45bd6

Please sign in to comment.