Skip to content

Commit

Permalink
Fix after comment
Browse files Browse the repository at this point in the history
  • Loading branch information
akotyla committed Oct 24, 2024
1 parent ae31854 commit f32c9c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ragbits-core/src/ragbits/core/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ def render(prompt_path: str, payload: str | None = None) -> None:
pprint("[orange3]RENDERED PROMPT:")
pprint(prompt.chat)

@prompts_app.command()
@prompts_app.command(name="exec")
def execute(
prompt_path: str, payload: str | None = None, llm_factory: str | None = core_config.default_llm_factory
) -> None:
Expand Down

0 comments on commit f32c9c7

Please sign in to comment.