From 2b765d2ec5fffc881a76e6c4eee1ea445668f265 Mon Sep 17 00:00:00 2001 From: Anan Date: Sat, 17 Jun 2023 04:33:57 +0300 Subject: [PATCH] Remove Peo Dragonfly Bot (deprecated) --- src/config/index.mjs | 2 -- src/services/clients/poe/index.mjs | 2 -- 2 files changed, 4 deletions(-) diff --git a/src/config/index.mjs b/src/config/index.mjs index c7e744c..38ac5ab 100644 --- a/src/config/index.mjs +++ b/src/config/index.mjs @@ -49,7 +49,6 @@ export const poeWebModelKeys = [ 'poeAiWebClaude100k', 'poeAiWebCustom', 'poeAiWebChatGpt', - 'poeAiWebDragonfly', ] /** @@ -85,7 +84,6 @@ export const Models = { waylaidwandererApi: { value: '', desc: 'Waylaidwanderer API (Github)' }, poeAiWebCustom: { value: '', desc: 'Poe AI (Web, Custom)' }, poeAiWebChatGpt: { value: 'chatgpt', desc: 'Poe AI (Web, ChatGPT)' }, - poeAiWebDragonfly: { value: 'dragonfly', desc: 'Poe AI (Web, Dragonfly)' }, } for (const modelName in Models) { diff --git a/src/services/clients/poe/index.mjs b/src/services/clients/poe/index.mjs index f438f70..3b5fbc5 100644 --- a/src/services/clients/poe/index.mjs +++ b/src/services/clients/poe/index.mjs @@ -143,8 +143,6 @@ export default class PoeAiClient { bot = 'a2' } else if (bot === 'chatgpt') { bot = 'chinchilla' - } else if (bot === 'dragonfly') { - bot = 'nutria' } this.bot = bot