Jae-Won Chung
New leaderboard prototype
b10121d

A newer version of the Gradio SDK is available: 5.32.0

Upgrade
  • Added chat_template that just concatenates the system and user prompts.
{%- for message in messages -%}
    {{ message['content'] + ' ' }}
{%- endfor -%}