From 63575b7dc182008862036fc9eee4cb7695d548e9 Mon Sep 17 00:00:00 2001 From: AlexejPenner Date: Thu, 31 Oct 2024 10:13:02 +0100 Subject: [PATCH] Use dev yaml for staging --- .github/workflows/staging_run_complete_llm.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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