From 53e94fdd0cdda471ff2627aa44e628c6218446cd Mon Sep 17 00:00:00 2001 From: josc146 Date: Mon, 12 Jun 2023 16:39:54 +0800 Subject: [PATCH] add poeAiWebClaude100k to activeApiModes --- src/config/index.mjs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/config/index.mjs b/src/config/index.mjs index b3015e0..bc42df7 100644 --- a/src/config/index.mjs +++ b/src/config/index.mjs @@ -156,6 +156,7 @@ export const defaultConfig = { 'poeAiWebSage', 'poeAiWebGPT4', 'poeAiWebClaudePlus', + 'poeAiWebClaude100k', 'chatgptApi4_8k', 'customModel', 'azureOpenAi',