Add MODEL_ENDPOINT_0 to functional tests in GitHub Actions

This commit is contained in:
Russell Ballestrini 2026-01-11 11:56:08 -05:00
parent ae875a7269
commit a825633be5

View file

@ -46,6 +46,8 @@ jobs:
env:
SQLALCHEMY_DATABASE_URI: "sqlite:///:memory:"
TESTING: "1"
MODEL_ENDPOINT_0: "https://hermes.ai.unturf.com/v1"
MODEL_API_KEY_0: "dummy"
- name: Run integration tests
run: |