mirror of
https://github.com/wassname/chatGPTBox.git
synced 2026-06-27 22:21:40 +08:00
Remove Peo Dragonfly Bot (deprecated)
This commit is contained in:
@@ -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) {
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user