diff --git a/.github/workflows/staging_run_complete_llm.yml b/.github/workflows/staging_run_complete_llm.yml index c19a63ef..57125f84 100644 --- a/.github/workflows/staging_run_complete_llm.yml +++ b/.github/workflows/staging_run_complete_llm.yml @@ -52,4 +52,4 @@ jobs: - name: Run pipeline (Staging) working-directory: ./llm-complete-guide run: | - python gh_action_rag.py --no-cache --config rag_gcp.yaml \ No newline at end of file + python gh_action_rag.py --no-cache --config rag_local_dev.yaml \ No newline at end of file