Skip to content

Commit

Permalink
corrected --use-llm flag
Browse files Browse the repository at this point in the history
  • Loading branch information
hrshdhgd committed Aug 22, 2024
1 parent 7c9973a commit 9f18cc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ontobot_change_agent/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ def main(verbose: int, quiet: bool):
help="Path to jar file.",
)
use_llm_option = click.option(
"--use-llm", is_flag=True, default=False, help="Use llm-change-agent for processing."
"--use-llm/--no-use-llm", is_flag=True, default=False, help="Use llm-change-agent for processing."
)


Expand Down

0 comments on commit 9f18cc1

Please sign in to comment.