Remove Peo Dragonfly Bot (deprecated)

This commit is contained in:
Anan
2023-06-17 04:33:57 +03:00
committed by josc146
parent 59b4934805
commit 2b765d2ec5
2 changed files with 0 additions and 4 deletions
-2
View File
@@ -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) {
-2
View File
@@ -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