You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: fastchat/serve/gradio_web_server.py
-13
Original file line number
Diff line number
Diff line change
@@ -66,19 +66,6 @@
66
66
enable_moderation=False
67
67
use_remote_storage=False
68
68
69
-
default_citation_md="""
70
-
### Citation
71
-
Please cite the following paper if you find our leaderboard or dataset helpful.
72
-
```
73
-
@misc{chiang2024chatbot,
74
-
title={Chatbot Arena: An Open Platform for Evaluating LLMs by Human Preference},
75
-
author={Wei-Lin Chiang and Lianmin Zheng and Ying Sheng and Anastasios Nikolas Angelopoulos and Tianle Li and Dacheng Li and Hao Zhang and Banghua Zhu and Michael Jordan and Joseph E. Gonzalez and Ion Stoica},
Please cite the following paper if you find our leaderboard helpful.
12
-
```
13
-
@misc{chi2025copilot,
14
-
title={Copilot Arena: A Platform for Code LLM Evaluation in the Wild},
15
-
author={Wayne Chi and Valerie Chen and Wei-Lin Chiang and Anastasios N. Angelopoulos and Aditya Mittal and Naman Jain and Tianjun Zhang and Ion Stoica and Chris Donahue and Ameet Talwalkar}
"[Copilot Arena](https://blog.lmarena.ai/blog/2024/copilot-arena/) is a free AI coding assistant that provides paired responses from different state-of-the-art LLMs.",
[Copilot Arena](https://blog.lmarena.ai/blog/2024/copilot-arena/) is a free AI coding assistant that provides paired responses from different state-of-the-art LLMs. This leaderboard contains the relative performance and ranking of {num_models} models over {total_battles} battles.
Please cite the following paper if you find our leaderboard or dataset helpful.
1072
+
```
1073
+
@misc{chiang2024chatbot,
1074
+
title={Chatbot Arena: An Open Platform for Evaluating LLMs by Human Preference},
1075
+
author={Wei-Lin Chiang and Lianmin Zheng and Ying Sheng and Anastasios Nikolas Angelopoulos and Tianle Li and Dacheng Li and Hao Zhang and Banghua Zhu and Michael Jordan and Joseph E. Gonzalez and Ion Stoica},
0 commit comments