Skip to content

Commit

Permalink
Correctly configure action
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexejPenner committed Nov 11, 2024
1 parent f1fa859 commit d9025e5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions llm-complete-guide/gh_action_rag.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@

import click
import yaml
from zenml.enums import PluginSubType

from pipelines.llm_index_and_evaluate import llm_index_and_evaluate
from zenml.client import Client
from zenml import Model
Expand Down Expand Up @@ -175,6 +177,8 @@ def main(
},
service_account_id=service_account_id,
auth_window=0,
flavor="builtin",
action_type=PluginSubType.PIPELINE_RUN
).id
client.create_trigger(
name="Production Trigger LLM-Complete",
Expand Down

0 comments on commit d9025e5

Please sign in to comment.