test: change endpoint
This commit is contained in:
parent
5dc8d4e8a1
commit
4567ffcfff
1 changed files with 2 additions and 2 deletions
4
.github/workflows/weighted_edges_tests.yml
vendored
4
.github/workflows/weighted_edges_tests.yml
vendored
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue