Skip to content

Commit

Permalink
feat: disable ChatGLM2 and Alpaca
Browse files Browse the repository at this point in the history
LMSYS stopped the services
  • Loading branch information
sunner committed Aug 23, 2023
1 parent 80a764e commit c522fc5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion src/bots/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ const all = [
YouChatBot.getInstance(),
];

const disabled = ["ClaudeBot", "ChatGPTBrowsingBot"];
const disabled = ["ClaudeBot", "ChatGPTBrowsingBot", "ChatGLMBot", "AlpacaBot"];

if (process.env.NODE_ENV !== "production") {
all.push(DevBot.getInstance());
Expand Down
2 changes: 0 additions & 2 deletions src/store/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -90,9 +90,7 @@ export default createStore({
{ classname: "BingChatBalancedBot", selected: true },
{ classname: "BingChatPreciseBot", selected: true },
{ classname: "Llama213bBot", selected: true },
{ classname: "ChatGLMBot", selected: true },
{ classname: "VicunaBot", selected: true },
{ classname: "AlpacaBot", selected: true },
],
contexts: {},
messages: [],
Expand Down

1 comment on commit c522fc5

@vercel
Copy link

@vercel vercel bot commented on c522fc5 Aug 23, 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-llm.vercel.app
chatall-sunner.vercel.app

Please sign in to comment.