Skip to content

Commit f351cd3

Browse files
committed
Merge branch 'feature/demo-llm-complete-hamza' of github.com:zenml-io/zenml-projects into feature/demo-llm-complete-hamza
2 parents aac81a7 + ce52d74 commit f351cd3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

llm-complete-guide/gh_action_rag.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
@click.option(
6868
"--zenml-model-name",
6969
"zenml_model_name",
70-
default="zenml-docs-qa-rag",
70+
default="zenml-docs-qa-chatbot",
7171
help="Specify a ZenML model name",
7272
required=False,
7373
)
@@ -145,7 +145,7 @@ def main(
145145
)()
146146
# create new run template
147147
rt = client.create_run_template(
148-
name=f"zenml-docs-qa-rag-{datetime.now().strftime('%Y-%m-%d_%H-%M-%S')}",
148+
name=f"zenml-docs-qa-chatbot-{datetime.now().strftime('%Y-%m-%d_%H-%M-%S')}",
149149
deployment_id=run.deployment_id,
150150
)
151151

0 commit comments

Comments
 (0)