Xueqing commited on
Commit
6b8c25e
·
verified ·
1 Parent(s): e07dc9a

Update backend/app/config/base.py

Browse files
Files changed (1) hide show
  1. backend/app/config/base.py +2 -2
backend/app/config/base.py CHANGED
@@ -21,8 +21,8 @@ RATE_LIMIT_QUOTA = 5
21
  HAS_HIGHER_RATE_LIMIT = []
22
 
23
  # HuggingFace configuration
24
- # HF_TOKEN = os.environ.get("HF_TOKEN")
25
- # HF_ORGANIZATION = "Xueqing"
26
  API = {
27
  "INFERENCE": "https://api-inference.huggingface.co/models",
28
  "HUB": "https://huggingface.co"
 
21
  HAS_HIGHER_RATE_LIMIT = []
22
 
23
  # HuggingFace configuration
24
+ HF_TOKEN = os.environ.get("HF_TOKEN")
25
+ HF_ORGANIZATION = os.environ.get("HF_ORGANIZATION")
26
  API = {
27
  "INFERENCE": "https://api-inference.huggingface.co/models",
28
  "HUB": "https://huggingface.co"