jiminHuang commited on
Commit
86af24d
·
verified ·
1 Parent(s): 2e3dc13

Update backend/app/config/base.py

Browse files
Files changed (1) hide show
  1. backend/app/config/base.py +1 -1
backend/app/config/base.py CHANGED
@@ -20,7 +20,7 @@ HAS_HIGHER_RATE_LIMIT = []
20
 
21
  # HuggingFace configuration
22
  HF_TOKEN = os.environ.get("HF_TOKEN")
23
- HF_ORGANIZATION = "open-llm-leaderboard"
24
  API = {
25
  "INFERENCE": "https://api-inference.huggingface.co/models",
26
  "HUB": "https://huggingface.co"
 
20
 
21
  # HuggingFace configuration
22
  HF_TOKEN = os.environ.get("HF_TOKEN")
23
+ HF_ORGANIZATION = "TheFinAI"
24
  API = {
25
  "INFERENCE": "https://api-inference.huggingface.co/models",
26
  "HUB": "https://huggingface.co"