fix: Resolve BAML test issue

This commit is contained in:
Igor Ilic 2025-08-05 21:01:50 +02:00
parent bffb38640b
commit a7f51c8ce9

View file

@ -150,13 +150,13 @@ jobs:
name: Run Simple Examples BAML
runs-on: ubuntu-22.04
env:
LLM_PROVIDER: openai
LLM_PROVIDER: openai-generic
LLM_MODEL: ${{ secrets.LLM_MODEL }}
LLM_ENDPOINT: ${{ secrets.LLM_ENDPOINT }}
LLM_API_KEY: ${{ secrets.LLM_API_KEY }}
LLM_API_VERSION: ${{ secrets.LLM_API_VERSION }}
EMBEDDING_PROVIDER: openai
EMBEDDING_PROVIDER: openai-generic
EMBEDDING_MODEL: ${{ secrets.EMBEDDING_MODEL }}
EMBEDDING_ENDPOINT: ${{ secrets.EMBEDDING_ENDPOINT }}
EMBEDDING_API_KEY: ${{ secrets.EMBEDDING_API_KEY }}
@ -204,5 +204,3 @@ jobs:
- name: Run Graph Tests
run: poetry run python ./examples/python/code_graph_example.py --repo_path ./cognee/tasks/graph