We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a446cba commit f1fa859Copy full SHA for f1fa859
.github/workflows/production_run_complete_llm.yml
@@ -57,4 +57,4 @@ jobs:
57
- name: Run pipeline, create pipeline, configure trigger (Production)
58
working-directory: ./llm-complete-guide
59
run: |
60
- 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 }} --action-id ${{ env.ZENML_ACTION_ID }} --config production/rag.yaml --zenml-model-version production
0 commit comments