Skip to content

Commit

Permalink
Update gh_action_rag.py to remove action_id parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
htahir1 committed Nov 11, 2024
1 parent 7747d11 commit b1e7970
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/production_run_complete_llm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,4 +57,4 @@ jobs:
- name: Run pipeline, create pipeline, configure trigger (Production)
working-directory: ./llm-complete-guide
run: |
python gh_action_rag.py --no-cache --create-template --event-source-id --service-account-id ${{ env.ZENML_SERVICE_ACCOUNT_ID }} --action-id ${{ env.ZENML_ACTION_ID }} --config production/rag.yaml --zenml-model-version production
python gh_action_rag.py --no-cache --create-template --event-source-id --service-account-id ${{ env.ZENML_SERVICE_ACCOUNT_ID }} --config production/rag.yaml --zenml-model-version production
1 change: 0 additions & 1 deletion llm-complete-guide/gh_action_rag.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,6 @@ def main(
no_cache (bool): If `True`, cache will be disabled.
config (str): The path to the configuration file.
create_template (bool): If `True`, a run template will be created.
action_id (str): The action ID.
service_account_id (str): The service account ID.
event_source_id (str): The event source ID.
zenml_model_name (str): The ZenML model name.
Expand Down

0 comments on commit b1e7970

Please sign in to comment.