Daniel Kantor
commited on
Commit
·
15a2d64
1
Parent(s):
f6ae68c
fix broken repo name
Browse files
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/
|
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}")
|