test: changed the api key of baml tests
This commit is contained in:
parent
62157a114d
commit
da05671fd7
1 changed files with 1 additions and 1 deletions
2
.github/workflows/basic_tests.yml
vendored
2
.github/workflows/basic_tests.yml
vendored
|
|
@ -164,7 +164,7 @@ jobs:
|
||||||
BAML_LLM_PROVIDER: azure-openai
|
BAML_LLM_PROVIDER: azure-openai
|
||||||
BAML_LLM_MODEL: ${{ secrets.LLM_MODEL }}
|
BAML_LLM_MODEL: ${{ secrets.LLM_MODEL }}
|
||||||
BAML_LLM_ENDPOINT: ${{ secrets.LLM_ENDPOINT }}
|
BAML_LLM_ENDPOINT: ${{ secrets.LLM_ENDPOINT }}
|
||||||
BAML_LLM_API_KEY: ${{ secrets.LLM_API_KEY }}
|
BAML_LLM_API_KEY: ${{ secrets.OPENAI_API_KEY }}
|
||||||
BAML_LLM_API_VERSION: ${{ secrets.LLM_API_VERSION }}
|
BAML_LLM_API_VERSION: ${{ secrets.LLM_API_VERSION }}
|
||||||
|
|
||||||
LLM_PROVIDER: openai
|
LLM_PROVIDER: openai
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue