From e9c27fe2f22c5aa62380f1a6ec8fada07e214202 Mon Sep 17 00:00:00 2001 From: hajdul88 <52442977+hajdul88@users.noreply.github.com> Date: Tue, 21 Oct 2025 14:47:22 +0200 Subject: [PATCH] Revert "Update basic_tests.yml" This reverts commit 03f4a01499b9cb7aac125c7f87890ab6db999bb9. --- .github/workflows/basic_tests.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/basic_tests.yml b/.github/workflows/basic_tests.yml index 405580b46..3f3e644a2 100644 --- a/.github/workflows/basic_tests.yml +++ b/.github/workflows/basic_tests.yml @@ -165,6 +165,7 @@ jobs: BAML_LLM_MODEL: ${{ secrets.LLM_MODEL }} BAML_LLM_ENDPOINT: ${{ secrets.LLM_ENDPOINT }} BAML_LLM_API_KEY: ${{ secrets.LLM_API_KEY }} + BAML_LLM_API_VERSION: ${{ secrets.LLM_API_VERSION }} LLM_PROVIDER: openai LLM_MODEL: ${{ secrets.LLM_MODEL }}