Skip to content

Commit c522fc5

Browse files
committed
feat: disable ChatGLM2 and Alpaca
LMSYS stopped the services
1 parent 80a764e commit c522fc5

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

src/bots/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ const all = [
8282
YouChatBot.getInstance(),
8383
];
8484

85-
const disabled = ["ClaudeBot", "ChatGPTBrowsingBot"];
85+
const disabled = ["ClaudeBot", "ChatGPTBrowsingBot", "ChatGLMBot", "AlpacaBot"];
8686

8787
if (process.env.NODE_ENV !== "production") {
8888
all.push(DevBot.getInstance());

src/store/index.js

-2
Original file line numberDiff line numberDiff line change
@@ -90,9 +90,7 @@ export default createStore({
9090
{ classname: "BingChatBalancedBot", selected: true },
9191
{ classname: "BingChatPreciseBot", selected: true },
9292
{ classname: "Llama213bBot", selected: true },
93-
{ classname: "ChatGLMBot", selected: true },
9493
{ classname: "VicunaBot", selected: true },
95-
{ classname: "AlpacaBot", selected: true },
9694
],
9795
contexts: {},
9896
messages: [],

0 commit comments

Comments
 (0)