test: Add entity extraction test. Minor checks and fixes.
This commit is contained in:
parent
f8cb233389
commit
e8523bf4aa
1 changed files with 1 additions and 1 deletions
2
.github/workflows/e2e_tests.yml
vendored
2
.github/workflows/e2e_tests.yml
vendored
|
|
@ -346,7 +346,7 @@ jobs:
|
|||
- name: Run Entity Extraction Test
|
||||
env:
|
||||
ENV: 'dev'
|
||||
LLM_MODEL: 'gpt-5-2025-08-07'
|
||||
LLM_MODEL: ${{ secrets.LLM_MODEL }}
|
||||
LLM_ENDPOINT: ${{ secrets.LLM_ENDPOINT }}
|
||||
LLM_API_KEY: ${{ secrets.LLM_API_KEY }}
|
||||
LLM_API_VERSION: ${{ secrets.LLM_API_VERSION }}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue