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 fc2bcb6 commit 0d780fd
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 @@ -32,11 +32,6 @@ def getenv(var_name: str):
default_value = default_values[var_name] if var_name in default_values else ""
return os.getenv(var_name, default_value)

"LLM_ENABLED": "true",
"VISION_ENABLED": "true",
"IMG_ENABLED": "true",
"TTS_ENABLED": "true",
"STT_ENABLED": "true",

"LLM_ENABLED": "true",
"VISION_ENABLED": "true",
Expand Down

0 comments on commit 0d780fd

Please sign in to comment.