Skip to content

Commit

Permalink
Update holmes.py
Browse files Browse the repository at this point in the history
  • Loading branch information
aantn committed Jun 19, 2024
1 parent a43a938 commit c9a5cab
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion holmes.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,9 @@ def init_logging(verbose = False):
return Console()

# Common cli options
# The defaults for options that are also in the config file MUST be None or else the cli defaults will override settings in the config file
opt_llm: Optional[LLMType] = typer.Option(
LLMType.OPENAI,
None,
help="Which LLM to use ('openai' or 'azure')",
)
opt_api_key: Optional[str] = typer.Option(
Expand Down

0 comments on commit c9a5cab

Please sign in to comment.