Ensure tests don't use LLM (#2702)

This commit is contained in:
Yuhong Sun 2024-10-06 11:42:49 -07:00 committed by GitHub
parent 089c734f63
commit 0ff5180d7b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -26,6 +26,9 @@ services:
- MODEL_SERVER_PORT=${MODEL_SERVER_PORT:-}
- ENV_SEED_CONFIGURATION=${ENV_SEED_CONFIGURATION:-}
- ENABLE_PAID_ENTERPRISE_EDITION_FEATURES=True
# To enable the LLM for testing, update the value below
# NOTE: this is disabled by default since this is a high volume eval that can be costly
- DISABLE_GENERATIVE_AI=${DISABLE_GENERATIVE_AI:-true}
extra_hosts:
- "host.docker.internal:host-gateway"
logging: