test: change endpoint

This commit is contained in:
Andrej Milicevic 2025-11-06 12:27:10 +01:00
parent 5dc8d4e8a1
commit 4567ffcfff

View file

@ -108,12 +108,12 @@ jobs:
env:
LLM_PROVIDER: openai
LLM_MODEL: gpt-5-mini
LLM_ENDPOINT: https://api.openai.com/v1/
LLM_ENDPOINT: https://api.openai.com/v1
LLM_API_KEY: ${{ secrets.OPENAI_API_KEY }}
LLM_API_VERSION: "2024-02-01"
EMBEDDING_PROVIDER: openai
EMBEDDING_MODEL: text-embedding-3-small
EMBEDDING_ENDPOINT: https://api.openai.com/v1/
EMBEDDING_ENDPOINT: https://api.openai.com/v1/embeddings
EMBEDDING_API_KEY: ${{ secrets.OPENAI_API_KEY }}
EMBEDDING_API_VERSION: "2024-02-01"
steps: