open_cn_llm_leaderboard / update_dynamic.py
Last commit not found
raw
history blame
124 Bytes
from src.scripts.update_all_request_files import update_dynamic_files
if __name__ == "__main__":
update_dynamic_files()