Skip to content

Commit

Permalink
updating model colors
Browse files Browse the repository at this point in the history
  • Loading branch information
jluey1 committed Dec 11, 2024
1 parent de950d5 commit bf52bff
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions website/static/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -452,13 +452,13 @@
{
"model_family": "Llama",
"model": "Llama-3-70B",
"color": "#058801",
"color": "#71A920",
"modality": ["language"]
},
{
"model_family": "Llama",
"model": "Llama-3_1-405B",
"color": "#71A920",
"color": "#058801",
"modality": ["language"]
},
{
Expand All @@ -470,13 +470,13 @@
{
"model_family": "GPT",
"model": "GPT-4-1106-Preview",
"color": "#E3008C",
"color": "#ED78CC",
"modality": ["language"]
},
{
"model_family": "GPT",
"model": "GPT-4o-2024-05-13",
"color": "#ED78CC",
"color": "#E3008C",
"modality": ["vision", "language"]
},
{
Expand All @@ -500,7 +500,7 @@
{
"model_family": "Llava",
"model": "Llava-1_6-34B",
"color": "#E86B24",
"color": "#9D65C9",
"modality": ["language"]
}
]
Expand Down

0 comments on commit bf52bff

Please sign in to comment.