diff --git a/src/config/index.mjs b/src/config/index.mjs index 0206ca2..e4458c8 100644 --- a/src/config/index.mjs +++ b/src/config/index.mjs @@ -45,7 +45,7 @@ export const poeWebModelKeys = [ 'poeAiWebSage', 'poeAiWebGPT4', 'poeAiWebGPT4_32k', - 'poeAiWebClaude_2_100k', + 'poeAiWebClaudePlus', 'poeAiWebClaude', 'poeAiWebClaude100k', 'poeAiWebCustom', @@ -77,7 +77,7 @@ export const Models = { poeAiWebSage: { value: 'sage', desc: 'Poe AI (Web, Sage)' }, poeAiWebGPT4: { value: 'gpt-4', desc: 'Poe AI (Web, GPT-4)' }, poeAiWebGPT4_32k: { value: 'gpt-4-32k', desc: 'Poe AI (Web, GPT-4-32k)' }, - poeAiWebClaude_2_100k: { value: 'claude-2-100k', desc: 'Poe AI (Web, Claude 2 100k)' }, + poeAiWebClaudePlus: { value: 'claude-2-100k', desc: 'Poe AI (Web, Claude 2 100k)' }, poeAiWebClaude: { value: 'claude-instant', desc: 'Poe AI (Web, Claude instant)' }, poeAiWebClaude100k: { value: 'claude-instant-100k', desc: 'Poe AI (Web, Claude instant 100k)' }, poeAiWebGooglePaLM: { value: 'Google-PaLM', desc: 'Poe AI (Web, Google-PaLM)' }, @@ -169,7 +169,7 @@ export const defaultConfig = { 'poeAiWebSage', 'poeAiWebGPT4', 'poeAiWebGPT4_32k', - 'poeAiWebClaude_2_100k', + 'poeAiWebClaudePlus', 'poeAiWebClaude100k', 'chatgptApi4_8k', 'customModel',