remove api version
This commit is contained in:
parent
1ecea0a955
commit
bb756a0e19
1 changed files with 1 additions and 1 deletions
2
.github/workflows/basic_tests.yml
vendored
2
.github/workflows/basic_tests.yml
vendored
|
|
@ -165,7 +165,7 @@ jobs:
|
|||
BAML_LLM_MODEL: ${{ secrets.LLM_MODEL }}
|
||||
BAML_LLM_ENDPOINT: ${{ secrets.OPENAI_ENDPOINT }}
|
||||
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_MODEL: ${{ secrets.LLM_MODEL }}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue