Daniel Kantor commited on
Commit
15a2d64
·
1 Parent(s): f6ae68c

fix broken repo name

Browse files
Files changed (1) hide show
  1. backend/app/config/hf_config.py +1 -1
backend/app/config/hf_config.py CHANGED
@@ -22,7 +22,7 @@ API = HfApi(token=HF_TOKEN)
22
  QUEUE_REPO = f"{HF_ORGANIZATION}/llm-security-leaderboard-requests"
23
  AGGREGATED_REPO = f"{HF_ORGANIZATION}/llm-security-leaderboard-contents"
24
  VOTES_REPO = f"{HF_ORGANIZATION}/llm-security-leaderboard-votes"
25
- OFFICIAL_PROVIDERS_REPO = f"open-llm-leaderboard/llm-security-leaderboard-official-providers"
26
 
27
  logger.info(f"QUEUE_REPO: {QUEUE_REPO}")
28
  logger.info(f"AGGREGATED_REPO: {AGGREGATED_REPO}")
 
22
  QUEUE_REPO = f"{HF_ORGANIZATION}/llm-security-leaderboard-requests"
23
  AGGREGATED_REPO = f"{HF_ORGANIZATION}/llm-security-leaderboard-contents"
24
  VOTES_REPO = f"{HF_ORGANIZATION}/llm-security-leaderboard-votes"
25
+ OFFICIAL_PROVIDERS_REPO = f"open-llm-leaderboard/official-providers"
26
 
27
  logger.info(f"QUEUE_REPO: {QUEUE_REPO}")
28
  logger.info(f"AGGREGATED_REPO: {AGGREGATED_REPO}")