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 8cf3569 commit b25be81
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions Globals.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,3 @@ 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",

0 comments on commit b25be81

Please sign in to comment.