mirror of
https://github.com/wassname/chatGPTBox.git
synced 2026-08-14 12:10:31 +08:00
feat: add Poe Claude-instant-100k
This commit is contained in:
committed by
josc146
parent
e1008266b8
commit
b2464f2712
@@ -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') {
|
||||
|
||||
Reference in New Issue
Block a user