Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove Open Assistant #788

Merged
merged 3 commits into from
Apr 13, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 0 additions & 24 deletions public/bots/open-assistant.svg

This file was deleted.

200 changes: 0 additions & 200 deletions src/bots/OpenAssistantBot.js

This file was deleted.

4 changes: 0 additions & 4 deletions src/bots/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ import YouChatBot from "./YouChatBot";
import PhindBot from "./PhindBot";
import PiBot from "./PiBot";
import Qihoo360AIBrainBot from "./Qihoo360AIBrainBot";
import OpenAssistantBot from "./OpenAssistantBot";
import CharacterAIBot from "./CharacterAIBot";
import ClaudeAIBot from "./ClaudeAIBot";
import Llama2HC70bBot from "./huggingface/Llama2HC70bBot";
Expand Down Expand Up @@ -132,7 +131,6 @@ const all = [
Llama2HC70bBot.getInstance(),
MOSSBot.getInstance(),
HuggingChatBot.getInstance(),
OpenAssistantBot.getInstance(),
GooglePalm2PoeBot.getInstance(),
PhindBot.getInstance(),
PiBot.getInstance(),
Expand Down Expand Up @@ -200,7 +198,6 @@ export const botTags = {
bots.getBotByClassName("CodeLlamaBot"),
bots.getBotByClassName("CodeLlamaHCBot"),
bots.getBotByClassName("MOSSBot"),
bots.getBotByClassName("OpenAssistantBot"),
bots.getBotByClassName("Qihoo360AIBrainBot"),
bots.getBotByClassName("QianWenBot"),
bots.getBotByClassName("SkyWorkBot"),
Expand Down Expand Up @@ -246,7 +243,6 @@ export const botTags = {
bots.getBotByClassName("Llama270bPoeBot"),
bots.getBotByClassName("Llama2HC70bBot"),
bots.getBotByClassName("MOSSBot"),
bots.getBotByClassName("OpenAssistantBot"),
bots.getBotByClassName("VicunaBot"),
bots.getBotByClassName("Vicuna7bBot"),
bots.getBotByClassName("Vicuna13bBot"),
Expand Down
19 changes: 0 additions & 19 deletions src/components/BotSettings/OpenAssistantBotSettings.vue

This file was deleted.

2 changes: 0 additions & 2 deletions src/components/SettingsModal.vue
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,6 @@ import YouChatBotSettings from "@/components/BotSettings/YouChatBotSettings.vue"
import PhindBotSettings from "@/components/BotSettings/PhindBotSettings.vue";
import PiBotSettings from "@/components/BotSettings/PiBotSettings.vue";
import Qihoo360AIBrainBotSettings from "./BotSettings/Qihoo360AIBrainBotSettings.vue";
import OpenAssistantBotSettings from "./BotSettings/OpenAssistantBotSettings.vue";
import CharacterAIBotSettings from "./BotSettings/CharacterAIBotSettings.vue";
import ClaudeAIBotSettings from "./BotSettings/ClaudeAIBotSettings.vue";
import ChatGLMBotSettings from "./BotSettings/ChatGLMBotSettings.vue";
Expand Down Expand Up @@ -155,7 +154,6 @@ const botSettings = [
{ brand: "moss", component: MOSSBotSettings },
{ brand: "openaiApi", component: OpenAIAPIBotSettings },
{ brand: "geminiApi", component: GeminiAPIBotSettings },
{ brand: "openAssistant", component: OpenAssistantBotSettings },
{ brand: "phind", component: PhindBotSettings },
{ brand: "pi", component: PiBotSettings },
{ brand: "poe", component: PoeBotSettings },
Expand Down
4 changes: 0 additions & 4 deletions src/i18n/locales/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -264,10 +264,6 @@
"name": "Pi",
"waitPiIntro": "Please click the chatbot website link below and wait for the Pi introduction to finish, then close the window."
},
"openAssistant": {
"name": "Open Assistant",
"queue": "There are { queue_size } requests in the queue, you are in { queue_position }th place"
},
"falcon": {
"name": "Falcon",
"falcon-180b": "180b",
Expand Down
6 changes: 1 addition & 5 deletions src/i18n/locales/es.json
Original file line number Diff line number Diff line change
Expand Up @@ -189,10 +189,6 @@
"name": "Pi",
"waitPiIntro": "Haga clic en el enlace del sitio web del chatbot a continuación y espere a que finalice la introducción de Pi, luego cierre la ventana."
},
"openAssistant": {
"name": "Asistente para abrir",
"queue": "Hay { queue_size } solicitudes en la cola, estás en { queue_position }º lugar"
},
"dev": {
"name": "Bot de desarrollo"
},
Expand Down Expand Up @@ -265,4 +261,4 @@
"clear": "Claro"
}
}
}
}
4 changes: 0 additions & 4 deletions src/i18n/locales/ko.json
Original file line number Diff line number Diff line change
Expand Up @@ -241,10 +241,6 @@
"name": "Pi",
"waitPiIntro": "아래 챗봇 사이트 링크를 클릭하여 Pi 소개가 끝날 때까지 기다렸다가 창을 닫아주세요."
},
"openAssistant": {
"name": "Open Assistant",
"queue": "대기열에 {queue_size}개의 요청이 있습니다. 현재 {queue_position} 위입니다"
},
"falcon": {
"name": "Falcon",
"falcon-180b": "180b",
Expand Down
6 changes: 1 addition & 5 deletions src/i18n/locales/vi.json
Original file line number Diff line number Diff line change
Expand Up @@ -237,10 +237,6 @@
"name": "Pi",
"waitPiIntro": "Bấm vào link bên dưới để xem hướng dẫn sử dụng Pi, rồi đóng cửa sổ này lại"
},
"openAssistant": {
"name": "Open Assistant",
"queue": "Đang có { queue_size } requests trong hàng đợi, bạn đang ở vị trí { queue_position }"
},
"falcon": {
"name": "Falcon",
"falcon-180b": "180b",
Expand Down Expand Up @@ -333,4 +329,4 @@
"25": "25",
"50": "50",
"100": "100"
}
}
4 changes: 0 additions & 4 deletions src/i18n/locales/zh.json
Original file line number Diff line number Diff line change
Expand Up @@ -250,10 +250,6 @@
"name": "Pi",
"waitPiIntro": "请点击下面的网站链接,等待Pi介绍完成后,然后关闭窗口。"
},
"openAssistant": {
"name": "Open Assistant",
"queue": "当前有 { queue_size } 个请求在队列中,你在第 { queue_position } 位"
},
"falcon": {
"name": "Falcon",
"falcon-180b": "180b"
Expand Down
6 changes: 1 addition & 5 deletions src/i18n/locales/zhtw.json
Original file line number Diff line number Diff line change
Expand Up @@ -237,10 +237,6 @@
"name": "Pi",
"waitPiIntro": "請點選下方的網站連結,等待 Pi 介紹完成後,然後關閉視窗。"
},
"openAssistant": {
"name": "Open Assistant",
"queue": "目前有 { queue_size } 個請求在佇列中,你在第 { queue_position } 位"
},
"falcon": {
"name": "Falcon",
"falcon-180b": "180b"
Expand Down Expand Up @@ -324,4 +320,4 @@
"25": "25",
"50": "50",
"100": "100"
}
}