Skip to content

Commit 2b765d2

Browse files
Mohamed3nanjosStorer
authored andcommitted
Remove Peo Dragonfly Bot (deprecated)
1 parent 59b4934 commit 2b765d2

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

src/config/index.mjs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@ export const poeWebModelKeys = [
4949
'poeAiWebClaude100k',
5050
'poeAiWebCustom',
5151
'poeAiWebChatGpt',
52-
'poeAiWebDragonfly',
5352
]
5453

5554
/**
@@ -85,7 +84,6 @@ export const Models = {
8584
waylaidwandererApi: { value: '', desc: 'Waylaidwanderer API (Github)' },
8685
poeAiWebCustom: { value: '', desc: 'Poe AI (Web, Custom)' },
8786
poeAiWebChatGpt: { value: 'chatgpt', desc: 'Poe AI (Web, ChatGPT)' },
88-
poeAiWebDragonfly: { value: 'dragonfly', desc: 'Poe AI (Web, Dragonfly)' },
8987
}
9088

9189
for (const modelName in Models) {

src/services/clients/poe/index.mjs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -143,8 +143,6 @@ export default class PoeAiClient {
143143
bot = 'a2'
144144
} else if (bot === 'chatgpt') {
145145
bot = 'chinchilla'
146-
} else if (bot === 'dragonfly') {
147-
bot = 'nutria'
148146
}
149147

150148
this.bot = bot

0 commit comments

Comments
 (0)