Skip to content

Commit

Permalink
Reorder and retag new bots
Browse files Browse the repository at this point in the history
  • Loading branch information
sunner committed Jan 13, 2024
1 parent aac13ec commit 9c42a26
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/bots/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,6 @@ const all = [
OpenAIAPI4Bot.getInstance(),
OpenAIAPI4128KBot.getInstance(),
ChatGPT432kPoeBot.getInstance(),
GooglePalm2PoeBot.getInstance(),
GradioAppBot.getInstance(),
Llama27bBot.getInstance(),
Llama213bBot.getInstance(),
Expand All @@ -106,6 +105,7 @@ const all = [
MOSSBot.getInstance(),
HuggingChatBot.getInstance(),
OpenAssistantBot.getInstance(),
GooglePalm2PoeBot.getInstance(),
PhindBot.getInstance(),
PiBot.getInstance(),
QianWenBot.getInstance(),
Expand Down Expand Up @@ -151,7 +151,6 @@ export const botTags = {
bots.getBotByClassName("ChatGPT35PoeBot"),
bots.getBotByClassName("ClaudeBot"),
bots.getBotByClassName("ClaudeInstantPoeBot"),
bots.getBotByClassName("Llama270bPoeBot"),
bots.getBotByClassName("GooglePalm2PoeBot"),
bots.getBotByClassName("CodeLlama34bPoeBot"),
bots.getBotByClassName("HuggingChatBot"),
Expand Down Expand Up @@ -199,14 +198,14 @@ export const botTags = {
bots.getBotByClassName("Llama27bBot"),
bots.getBotByClassName("Llama213bBot"),
bots.getBotByClassName("Llama270bBot"),
bots.getBotByClassName("Llama270bPoeBot"),
bots.getBotByClassName("Llama2HC70bBot"),
bots.getBotByClassName("MOSSBot"),
bots.getBotByClassName("OpenAssistantBot"),
bots.getBotByClassName("VicunaBot"),
bots.getBotByClassName("Vicuna7bBot"),
bots.getBotByClassName("Vicuna13bBot"),
bots.getBotByClassName("Falcon180bBot"),
bots.getBotByClassName("GooglePalm2PoeBot"),
bots.getBotByClassName("ChatGLM6bBot"),
bots.getBotByClassName("ChatGLM36bBot"),
bots.getBotByClassName("CodeLlamaBot"),
Expand Down

1 comment on commit 9c42a26

@vercel
Copy link

@vercel vercel bot commented on 9c42a26 Jan 13, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

chatall – ./

chatall-sunner.vercel.app
chatall-llm.vercel.app
chatall-git-main-sunner.vercel.app

Please sign in to comment.