Remove Peo Dragonfly Bot (deprecated)

This commit is contained in:
Anan
2023-06-17 15:25:27 +08: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) {