From a20fe8ad3471e1bdd8bdccebb26afcb8005888b9 Mon Sep 17 00:00:00 2001 From: Andrej Milicevic Date: Fri, 12 Sep 2025 15:15:06 +0200 Subject: [PATCH] fix Azure error in test --- .github/workflows/test_llms.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/test_llms.yml b/.github/workflows/test_llms.yml index 77ee4e2e7..5a0f947c9 100644 --- a/.github/workflows/test_llms.yml +++ b/.github/workflows/test_llms.yml @@ -52,6 +52,8 @@ jobs: LLM_PROVIDER: "openai" LLM_API_KEY: ${{ secrets.LLM_API_KEY }} LLM_MODEL: ${{ secrets.LLM_MODEL }} + LLM_ENDPOINT: ${{ secrets.LLM_ENDPOINT }} + LLM_API_VERSION: ${{ secrets.LLM_API_VERSION }} EMBEDDING_PROVIDER: "fastembed" EMBEDDING_MODEL: "sentence-transformers/all-MiniLM-L6-v2" EMBEDDING_DIMENSIONS: "384"