Skip to content

Commit 27d4de1

Browse files
committed
mend
1 parent fe3a793 commit 27d4de1

File tree

3 files changed

+361
-334
lines changed

3 files changed

+361
-334
lines changed

fastchat/serve/gradio_web_server.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1139,4 +1139,4 @@ def build_demo(models):
11391139
max_threads=200,
11401140
auth=auth,
11411141
root_path=args.gradio_root_path,
1142-
)
1142+
)

fastchat/serve/gradio_web_server_multi.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ def build_visualizer():
9898
- Hover Over Points: View the model's arena score, cost, organization, and license.
9999
- Click on Points: Click on a point to visit the model's website.
100100
- Use the Legend: Click an organization name on the right to display its models. To compare models, click multiple organization names.
101-
- Toggle Between Categories: Use the toggle in the upper right-hand corner to see the different arena scores per category.
101+
- Select Categories: Use the dropdown in the upper right-hand corner to see the different arena scores per category.
102102
103103
The scatterplot only displays models that have public pricing/parameter information. To add pricing information, feel free to add to the Github repo [here](https://github.com/lmarena/arena-catalog).
104104
"""

playground/FastChat_API_GoogleColab.ipynb

Lines changed: 359 additions & 332 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)