mirror of
https://github.com/danswer-ai/danswer.git
synced 2025-04-09 20:39:29 +02:00
Ensure tests don't use LLM (#2702)
This commit is contained in:
parent
089c734f63
commit
0ff5180d7b
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user