test: Add entity extraction test. Minor checks and fixes.

This commit is contained in:
Andrej Milicevic 2025-10-21 13:00:42 +02:00
parent f8cb233389
commit e8523bf4aa

View file

@ -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 }}