Skip to content

Commit

Permalink
Update chatbots default order
Browse files Browse the repository at this point in the history
  • Loading branch information
wong2 committed Dec 21, 2023
1 parent 17f1542 commit 4ae413b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/app/consts.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,10 @@ export const CHATBOTS: Record<BotId, { name: string; avatar: string }> = {
name: 'Llama 2',
avatar: llamaLogo,
},
gemini: {
name: 'Gemini Pro',
avatar: geminiLogo,
},
vicuna: {
name: 'Vicuna',
avatar: vicunaLogo,
Expand All @@ -51,10 +55,6 @@ export const CHATBOTS: Record<BotId, { name: string; avatar: string }> = {
name: 'Falcon',
avatar: falconLogo,
},
gemini: {
name: 'Gemini Pro',
avatar: geminiLogo,
},
grok: {
name: 'Grok',
avatar: grokLogo,
Expand Down

0 comments on commit 4ae413b

Please sign in to comment.