mirror of
https://github.com/danswer-ai/danswer.git
synced 2025-07-12 22:23:01 +02:00
Ensure tests don't use LLM (#2702)
This commit is contained in:
@ -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:
|
||||
|
Reference in New Issue
Block a user