Remove deprecated and not working ChatGPT 3.5 & 4 mobile bot (#988)
This commit is contained in:
Binary file not shown.
|
Before Width: | Height: | Size: 13 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 10 KiB |
@@ -4,7 +4,6 @@ import Gemini15ProAPIBot from "@/bots/google/Gemini15ProAPIBot";
|
||||
import Gemini15FlashAPIBot from "@/bots/google/Gemini15FlashAPIBot";
|
||||
import Gemini20FlashAPIBot from "@/bots/google/Gemini20FlashAPIBot";
|
||||
import Gemini20FlashLiteAPIBot from "@/bots/google/Gemini20FlashLiteAPIBot";
|
||||
import ChatGPT35Bot from "@/bots/openai/ChatGPT35Bot";
|
||||
import ChatGPT4Bot from "@/bots/openai/ChatGPT4Bot";
|
||||
import CohereAPICommandBot from "@/bots/cohere/CohereAPICommandBot";
|
||||
import CohereAPICommandLightBot from "@/bots/cohere/CohereAPICommandLightBot";
|
||||
@@ -39,7 +38,6 @@ import Mixtral8x7bGroqAPIBot from "@/bots/groq/Mixtral8x7bGroqAPIBot";
|
||||
import HuggingChatBot from "@/bots/huggingface/HuggingChatBot";
|
||||
import QianWenBot from "./QianWenBot";
|
||||
import SkyWorkBot from "./SkyWorkBot";
|
||||
import ChatGPT4MobileBot from "./openai/ChatGPT4MobileBot";
|
||||
import AzureOpenAIAPIBot from "./microsoft/AzureOpenAIAPIBot";
|
||||
import WenxinQianfanTurboBot from "./baidu/WenxinQianfanTurboBot";
|
||||
import YouChatBot from "./YouChatBot";
|
||||
@@ -93,10 +91,8 @@ const all = [
|
||||
Gemini20FlashAPIBot.getInstance(),
|
||||
Gemini20FlashLiteAPIBot.getInstance(),
|
||||
AzureOpenAIAPIBot.getInstance(),
|
||||
ChatGPT35Bot.getInstance(),
|
||||
OpenAIAPI35Bot.getInstance(),
|
||||
ChatGPT4Bot.getInstance(),
|
||||
ChatGPT4MobileBot.getInstance(),
|
||||
OpenAIAPI4Bot.getInstance(),
|
||||
OpenAIAPI4128KBot.getInstance(),
|
||||
OpenAIAPI4oBot.getInstance(),
|
||||
@@ -152,7 +148,6 @@ export const botTags = {
|
||||
bots.getBotByClassName("BingChatPreciseBot"),
|
||||
bots.getBotByClassName("ChatGLMBot"),
|
||||
bots.getBotByClassName("ChatGLM4Bot"),
|
||||
bots.getBotByClassName("ChatGPT35Bot"),
|
||||
bots.getBotByClassName("HuggingChatBot"),
|
||||
bots.getBotByClassName("MistralBot"),
|
||||
bots.getBotByClassName("MOSSBot"),
|
||||
@@ -171,7 +166,6 @@ export const botTags = {
|
||||
],
|
||||
paid: [
|
||||
bots.getBotByClassName("ChatGPT4Bot"),
|
||||
bots.getBotByClassName("ChatGPT4MobileBot"),
|
||||
bots.getBotByClassName("GeminiAdvBot"),
|
||||
],
|
||||
openSource: [
|
||||
|
||||
@@ -1,11 +0,0 @@
|
||||
import ChatGPTBot from "./ChatGPTBot";
|
||||
|
||||
export default class ChatGPT35Bot extends ChatGPTBot {
|
||||
static _className = "ChatGPT35Bot"; // Class name of the bot
|
||||
static _logoFilename = "chatgpt-35-logo.png"; // Place it in public/bots/
|
||||
static _model = "text-davinci-002-render-sha";
|
||||
|
||||
constructor() {
|
||||
super();
|
||||
}
|
||||
}
|
||||
@@ -1,11 +0,0 @@
|
||||
import ChatGPT4Bot from "./ChatGPT4Bot";
|
||||
|
||||
export default class ChatGPT4MobileBot extends ChatGPT4Bot {
|
||||
static _className = "ChatGPT4MobileBot"; // Class name of the bot
|
||||
static _logoFilename = "chatgpt-4-mobile-logo.png"; // Place it in assets/bots/
|
||||
static _model = "gpt-4-mobile";
|
||||
|
||||
constructor() {
|
||||
super();
|
||||
}
|
||||
}
|
||||
@@ -159,9 +159,7 @@
|
||||
"autoRefresh": "Automatischer Schutz vor Verbindungsabbruch",
|
||||
"autoRefreshPrompt": "Aktivieren Sie diese Funktion nur, wenn Sie häufig aufgefordert werden, sich anzumelden.",
|
||||
"notice": "Nur bezahlte Plus-Mitglieder können GPT-4 nutzen.",
|
||||
"text-davinci-002-render-sha": "GPT-3.5",
|
||||
"gpt-4": "GPT-4",
|
||||
"gpt-4-mobile": "GPT-4 Mobile V2"
|
||||
"gpt-4": "GPT-4"
|
||||
},
|
||||
"geminiApi": {
|
||||
"name": "Gemini API",
|
||||
|
||||
@@ -159,9 +159,7 @@
|
||||
"autoRefresh": "Automatic anti-disconnection",
|
||||
"autoRefreshPrompt": "If you're NOT being asked to log in frequently, do NOT enable this feature",
|
||||
"notice": "Only paid Plus members can use GPT-4",
|
||||
"text-davinci-002-render-sha": "GPT-3.5",
|
||||
"gpt-4": "GPT-4",
|
||||
"gpt-4-mobile": "GPT-4 Mobile V2"
|
||||
"gpt-4": "GPT-4"
|
||||
},
|
||||
"geminiApi": {
|
||||
"name": "Gemini API",
|
||||
|
||||
@@ -159,9 +159,7 @@
|
||||
"autoRefresh": "Antidesconexión automática",
|
||||
"autoRefreshPrompt": "Si NO se le solicita iniciar sesión frecuentemente, NO habilite esta función",
|
||||
"notice": "Solo los miembros Plus de pago pueden usar GPT-4",
|
||||
"text-davinci-002-render-sha": "GPT-3.5",
|
||||
"gpt-4": "GPT-4",
|
||||
"gpt-4-mobile": "GPT-4 móvil V2"
|
||||
"gpt-4": "GPT-4"
|
||||
},
|
||||
"geminiApi": {
|
||||
"name": "Gemini API",
|
||||
|
||||
@@ -159,9 +159,7 @@
|
||||
"autoRefresh": "Anti-déconnexion automatique",
|
||||
"autoRefreshPrompt": "Si vous n'êtes pas fréquemment invité à vous reconnecter, inutile d'activer cette fonctionnalité.",
|
||||
"notice": "Seuls les membres payants Plus peuvent utiliser GPT-4",
|
||||
"text-davinci-002-render-sha": "GPT-3.5",
|
||||
"gpt-4": "GPT-4",
|
||||
"gpt-4-mobile": "GPT-4 Mobile V2"
|
||||
"gpt-4": "GPT-4"
|
||||
},
|
||||
"geminiApi": {
|
||||
"name": "Gemini API",
|
||||
|
||||
@@ -160,9 +160,7 @@
|
||||
"autoRefresh": "Anti-disconnessione automatica",
|
||||
"autoRefreshPrompt": "Se non ti viene chiesto di effettuare frequentemente l'accesso, NON abilitare questa funzione",
|
||||
"notice": "Solo gli utenti ChatGPT Plus a pagamento possono utilizzare GPT-4",
|
||||
"text-davinci-002-render-sha": "GPT-3.5",
|
||||
"gpt-4": "GPT-4",
|
||||
"gpt-4-mobile": "GPT-4 Mobile V2"
|
||||
"gpt-4": "GPT-4"
|
||||
},
|
||||
"geminiApi": {
|
||||
"name": "Gemini API",
|
||||
|
||||
@@ -159,9 +159,7 @@
|
||||
"autoRefresh": "自動切断防止",
|
||||
"autoRefreshPrompt": "頻繁にログインを求められない場合は、この自動更新機能を無効にすることをお勧めします。",
|
||||
"notice": "ChatGPTプラス会員のみGPT-4をご利用いただけます。",
|
||||
"text-davinci-002-render-sha": "GPT-3.5",
|
||||
"gpt-4": "GPT-4",
|
||||
"gpt-4-mobile": "GPT-4 モバイル V2"
|
||||
"gpt-4": "GPT-4"
|
||||
},
|
||||
"geminiApi": {
|
||||
"name": "Gemini API",
|
||||
|
||||
@@ -159,9 +159,7 @@
|
||||
"autoRefresh": "자동 연결 끊김 방지",
|
||||
"autoRefreshPrompt": "자주 로그인하라는 메시지가 표시되지 않는 경우 이 기능을 사용하지 않음",
|
||||
"notice": "유료 플러스 회원만 GPT-4를 사용할 수 있습니다",
|
||||
"text-davinci-002-render-sha": "GPT-3.5",
|
||||
"gpt-4": "GPT-4",
|
||||
"gpt-4-mobile": "GPT-4 모바일 V2"
|
||||
"gpt-4": "GPT-4"
|
||||
},
|
||||
"geminiApi": {
|
||||
"name": "Gemini API",
|
||||
|
||||
@@ -159,9 +159,7 @@
|
||||
"autoRefresh": "Автоматическое отключение",
|
||||
"autoRefreshPrompt": "Если вас не часто просят войти в систему, не включайте эту функцию!",
|
||||
"notice": "Только платные пользователи Plus могут использовать GPT-4",
|
||||
"text-davinci-002-render-sha": "GPT-3.5",
|
||||
"gpt-4": "GPT-4",
|
||||
"gpt-4-mobile": "GPT-4 Mobile V2"
|
||||
"gpt-4": "GPT-4"
|
||||
},
|
||||
"geminiApi": {
|
||||
"name": "Gemini API",
|
||||
|
||||
@@ -152,9 +152,7 @@
|
||||
"autoRefresh": "Tự động làm mới",
|
||||
"autoRefreshPrompt": "Nếu bạn không bị yêu cầu đăng nhập thường xuyên, đừng bật tính năng này",
|
||||
"notice": "Chỉ thành viên trả phí Plus mới có thể sử dụng GPT-4",
|
||||
"text-davinci-002-render-sha": "GPT-3.5",
|
||||
"gpt-4": "GPT-4",
|
||||
"gpt-4-mobile": "GPT-4 Mobile V2"
|
||||
"gpt-4": "GPT-4"
|
||||
},
|
||||
"geminiApi": {
|
||||
"name": "Gemini API",
|
||||
|
||||
@@ -159,9 +159,7 @@
|
||||
"autoRefresh": "自动防掉线",
|
||||
"autoRefreshPrompt": "如果没有被要求频繁登录,不需要启用此功能",
|
||||
"notice": "只有付费的 Plus 用户才能使用 GPT-4",
|
||||
"text-davinci-002-render-sha": "GPT-3.5",
|
||||
"gpt-4": "GPT-4",
|
||||
"gpt-4-mobile": "GPT-4 移动版V2"
|
||||
"gpt-4": "GPT-4"
|
||||
},
|
||||
"geminiApi": {
|
||||
"name": "Gemini API",
|
||||
|
||||
@@ -159,9 +159,7 @@
|
||||
"autoRefresh": "自動防斷線",
|
||||
"autoRefreshPrompt": "您如果沒有被要求頻繁登入,不需要啟用此功能",
|
||||
"notice": "只有付費的 ChatGPT Plus 使用者才能使用 GPT-4",
|
||||
"text-davinci-002-render-sha": "GPT-3.5",
|
||||
"gpt-4": "GPT-4",
|
||||
"gpt-4-mobile": "GPT-4 行動裝置版 V2"
|
||||
"gpt-4": "GPT-4"
|
||||
},
|
||||
"geminiApi": {
|
||||
"name": "Gemini API",
|
||||
|
||||
Reference in New Issue
Block a user