Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Josh-XT committed Sep 10, 2024
1 parent cf53709 commit 96b9198
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Globals.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ def getenv(var_name: str):
"TTS_ENABLED": "true",
"STT_ENABLED": "true",
"IMG_DEVICE": "cpu",
"NGROK_TOKEN" "LOG_LEVEL": "INFO",
"NGROK_TOKEN": "",
"LOG_LEVEL": "INFO",
"LOG_FORMAT": "%(asctime)s | %(levelname)s | %(message)s",
"UVICORN_WORKERS": 10,
"GPU_LAYERS": "0",
Expand Down

0 comments on commit 96b9198

Please sign in to comment.