Skip to content

Commit

Permalink
feat: reorder Claude bots
Browse files Browse the repository at this point in the history
  • Loading branch information
sunner committed Jun 24, 2023
1 parent 333bb2d commit 83f743e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bots/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,9 @@ const all = [
ChatGPT35Bot.getInstance(),
ChatGPT35PoeBot.getInstance(),
ChatGPT4PoeBot.getInstance(),
ClaudeBot.getInstance(),
ClaudeInstantPoeBot.getInstance(),
ClaudeInstant100kPoeBot.getInstance(),
ClaudeBot.getInstance(),
ClaudePlusPoeBot.getInstance(),
GradioAppBot.getInstance(),
HuggingChatBot.getInstance(),
Expand Down

1 comment on commit 83f743e

@vercel
Copy link

@vercel vercel bot commented on 83f743e Jun 24, 2023

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-git-main-sunner.vercel.app
chatall-sunner.vercel.app
chatall-llm.vercel.app

Please sign in to comment.