feat: add Poe Claude-instant-100k

This commit is contained in:
Peter Dave Hello
2023-05-27 23:18:57 +08:00
committed by josc146
parent e1008266b8
commit b2464f2712
2 changed files with 4 additions and 0 deletions
+2
View File
@@ -135,6 +135,8 @@ export default class PoeAiClient {
bot = 'capybara'
} else if (bot === 'gpt-4') {
bot = 'beaver'
} else if (bot === 'claude-instant-100k') {
bot = 'a2_100k'
} else if (bot === 'claude+') {
bot = 'a2_2'
} else if (bot === 'claude') {