CultriX commited on
Commit
4fbfcd9
1 Parent(s): 117f5ca

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="bbc268f4d3a1e18ee324511df1586a8a", 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="65896cc90cb7e3c74622801755184427", access_token=GITHUB_API_TOKEN)
127
 
128
  return markdown_table