Skip to content

Commit

Permalink
Merge branch 'feature/demo-llm-complete-hamza' of github.com:zenml-io…
Browse files Browse the repository at this point in the history
…/zenml-projects into feature/demo-llm-complete-hamza
  • Loading branch information
AlexejPenner committed Nov 11, 2024
2 parents aac81a7 + ce52d74 commit f351cd3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions llm-complete-guide/gh_action_rag.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
@click.option(
"--zenml-model-name",
"zenml_model_name",
default="zenml-docs-qa-rag",
default="zenml-docs-qa-chatbot",
help="Specify a ZenML model name",
required=False,
)
Expand Down Expand Up @@ -145,7 +145,7 @@ def main(
)()
# create new run template
rt = client.create_run_template(
name=f"zenml-docs-qa-rag-{datetime.now().strftime('%Y-%m-%d_%H-%M-%S')}",
name=f"zenml-docs-qa-chatbot-{datetime.now().strftime('%Y-%m-%d_%H-%M-%S')}",
deployment_id=run.deployment_id,
)

Expand Down

0 comments on commit f351cd3

Please sign in to comment.