fix: Resolve issue with BAML test
This commit is contained in:
parent
0941c64ba7
commit
dc988b28bd
1 changed files with 5 additions and 0 deletions
5
.github/workflows/basic_tests.yml
vendored
5
.github/workflows/basic_tests.yml
vendored
|
|
@ -156,6 +156,11 @@ jobs:
|
|||
BAML_LLM_ENDPOINT: ${{ secrets.LLM_ENDPOINT }}
|
||||
BAML_LLM_API_KEY: ${{ secrets.LLM_API_KEY }}
|
||||
|
||||
LLM_PROVIDER: openai
|
||||
LLM_MODEL: ${{ secrets.LLM_MODEL }}
|
||||
LLM_ENDPOINT: ${{ secrets.LLM_ENDPOINT }}
|
||||
LLM_API_KEY: ${{ secrets.LLM_API_KEY }}
|
||||
|
||||
EMBEDDING_PROVIDER: openai
|
||||
EMBEDDING_MODEL: ${{ secrets.EMBEDDING_MODEL }}
|
||||
EMBEDDING_ENDPOINT: ${{ secrets.EMBEDDING_ENDPOINT }}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue