CultriX commited on
Commit
117f5ca
1 Parent(s): 30b99fd

Update yall.py

Browse files
Files changed (1) hide show
  1. yall.py +1 -1
yall.py CHANGED
@@ -123,6 +123,6 @@ def create_yall():
123
  markdown_table += f"| {model_link} [📄]({gist.url}) | {gist.average} | {gist.agieval} | {gist.gpt4all} | {gist.truthfulqa} | {gist.bigbench} |\n"
124
 
125
  # Update YALL's gist
126
- update_gist(content=markdown_table, gist_id="a73949170e55d2028cec4f5e8911b46c", access_token=GITHUB_API_TOKEN)
127
 
128
  return markdown_table
 
123
  markdown_table += f"| {model_link} [📄]({gist.url}) | {gist.average} | {gist.agieval} | {gist.gpt4all} | {gist.truthfulqa} | {gist.bigbench} |\n"
124
 
125
  # Update YALL's gist
126
+ update_gist(content=markdown_table, gist_id="bbc268f4d3a1e18ee324511df1586a8a", access_token=GITHUB_API_TOKEN)
127
 
128
  return markdown_table