test: change key for wighted edges example
This commit is contained in:
parent
69c7aa2559
commit
cc60141c8d
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
|
|
@ -109,12 +109,12 @@ jobs:
|
|||
LLM_PROVIDER: openai
|
||||
LLM_MODEL: gpt-5-mini
|
||||
LLM_ENDPOINT: https://api.openai.com/v1/
|
||||
LLM_API_KEY: ${{ secrets.LLM_API_KEY }}
|
||||
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_API_KEY: ${{ secrets.LLM_API_KEY }}
|
||||
EMBEDDING_API_KEY: ${{ secrets.OPENAI_API_KEY }}
|
||||
EMBEDDING_API_VERSION: "2024-02-01"
|
||||
steps:
|
||||
- name: Check out repository
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue