Skip to content

Commit

Permalink
minor updates
Browse files Browse the repository at this point in the history
  • Loading branch information
sammcj committed May 30, 2024
1 parent ba065a7 commit 31ec765
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -425,8 +425,8 @@ var familyColors = map[string]lipgloss.Color{
"vicuna": lipgloss.Color("225"),
"guanaco": lipgloss.Color("235"),
"phi3": lipgloss.Color("277"),
"qwen2": lipgloss.Color("263"),
"command-r": lipgloss.Color("245"),
"qwen2": lipgloss.Color("206"),
"command-r": lipgloss.Color("207"),
"starcoder2": lipgloss.Color("285"),
"bert": lipgloss.Color("295"),
"nomic-bert": lipgloss.Color("305"),
Expand Down

0 comments on commit 31ec765

Please sign in to comment.