Skip to content

Commit

Permalink
Modified Globals.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Josh-XT committed Dec 19, 2024
1 parent 7c84e8f commit 2bd4211
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions Globals.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,6 @@ def getenv(var_name: str):
"QUANT_TYPE": "Q4_K_M",
"LLM_MAX_TOKENS": "2048",
"LLM_BATCH_SIZE": "16",
"LLM_ENABLED": "true",
"VISION_ENABLED": "true",
"IMG_ENABLED": "true",
"TTS_ENABLED": "true",
"STT_ENABLED": "true",
}
default_value = default_values[var_name] if var_name in default_values else ""
return os.getenv(var_name, default_value)
Expand Down

0 comments on commit 2bd4211

Please sign in to comment.