From 5f2e9bd84b7b70a55a5259405b5af60cc906fe8a Mon Sep 17 00:00:00 2001 From: Andrej Milicevic Date: Wed, 22 Oct 2025 10:37:37 +0200 Subject: [PATCH] fix: change baml llm provider --- .github/workflows/basic_tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/basic_tests.yml b/.github/workflows/basic_tests.yml index a956e31fd..574832dfd 100644 --- a/.github/workflows/basic_tests.yml +++ b/.github/workflows/basic_tests.yml @@ -161,7 +161,7 @@ jobs: runs-on: ubuntu-22.04 env: STRUCTURED_OUTPUT_FRAMEWORK: "BAML" - BAML_LLM_PROVIDER: azure-openai + BAML_LLM_PROVIDER: openai BAML_LLM_MODEL: ${{ secrets.LLM_MODEL }} BAML_LLM_ENDPOINT: ${{ secrets.LLM_ENDPOINT }} BAML_LLM_API_KEY: ${{ secrets.OPENAI_API_KEY }}