Seicas commited on
Commit
2c358c1
·
verified ·
1 Parent(s): fe4903b

Update config.py

Browse files
Files changed (1) hide show
  1. config.py +1 -1
config.py CHANGED
@@ -13,7 +13,7 @@ class Settings(BaseSettings):
13
  API_PREFIX: str = "/api/v1"
14
 
15
  # Hugging Face ayarları
16
- HF_TOKEN = os.environ.get("HF_TOKEN", "")
17
  HF_CACHE_DIR = Path("/root/.cache/huggingface")
18
 
19
  # ASR ayarları
 
13
  API_PREFIX: str = "/api/v1"
14
 
15
  # Hugging Face ayarları
16
+ HF_TOKEN: str = "" # Hugging Face API token'ı
17
  HF_CACHE_DIR = Path("/root/.cache/huggingface")
18
 
19
  # ASR ayarları