Move the LT_LOAD_ONLY to the value so that it can be omitted if wanting to download all languages.

This commit is contained in:
2025-07-26 11:28:04 -07:00
parent 16df857f08
commit 83fdb54768
2 changed files with 4 additions and 8 deletions

View File

@@ -12,20 +12,16 @@ COMPOSE_BAKE=true
CPU=2.00
RAM=4.0G
CPU=$CPU_RECOMMENDED
RAM=$RAM_RECOMMENDED
### Languages ###
## Check for language model updates on each run.
UPDATE_MODELS=true
## Leave commented, blank, or set to "All" for default behavior.
# LANGUAGES=
# LANGUAGES=All
## Use default behavior of downloading all models.
# LANGUAGES=ALL
## Otherwise set to a comma-separated list to enable only the desired models.
LANGUAGES=en,es,fr,de
LANGUAGES='LT_LOAD_ONLY=en,es,fr,de'
### API Keys ###