@@ -30,6 +30,7 @@ export const chatgptWebModelKeys = [
3030]
3131export const bingWebModelKeys = [ 'bingFree4' , 'bingFreeSydney' ]
3232export const bardWebModelKeys = [ 'bardWebFree' ]
33+ export const claudeWebModelKeys = [ 'claude2WebFree' ]
3334export const gptApiModelKeys = [ 'gptApiDavinci' ]
3435export const chatgptApiModelKeys = [
3536 'chatgptApi35' ,
@@ -81,6 +82,7 @@ export const Models = {
8182 value : 'gpt-3.5-turbo-16k-0613' ,
8283 desc : 'ChatGPT (GPT-3.5-turbo-16k 0613)' ,
8384 } ,
85+ claude2WebFree : { value : 'claude-2' , desc : 'Claude.ai (Web, Claude 2)' } ,
8486 bingFree4 : { value : '' , desc : 'Bing (Web, GPT-4)' } ,
8587 bingFreeSydney : { value : '' , desc : 'Bing (Web, GPT-4, Sydney)' } ,
8688 bardWebFree : { value : '' , desc : 'Bard (Web)' } ,
@@ -175,21 +177,22 @@ export const defaultConfig = {
175177 activeApiModes : [
176178 'chatgptFree35' ,
177179 'chatgptFree35Mobile' ,
178- 'chatgptPlus4' ,
179- 'chatgptPlus4Mobile' ,
180+ // 'chatgptPlus4',
181+ // 'chatgptPlus4Mobile',
180182 'chatgptApi35' ,
181183 'chatgptApi35_16k' ,
184+ 'claude2WebFree' ,
182185 'bingFree4' ,
183186 'bingFreeSydney' ,
184- 'poeAiWebSage' , //poe.com/Assistant
185- 'poeAiWebGPT4' ,
186- 'poeAiWebGPT4_32k' ,
187- 'poeAiWebClaudePlus' ,
188- 'poeAiWebClaude100k' ,
187+ // 'poeAiWebSage', //poe.com/Assistant
188+ // 'poeAiWebGPT4',
189+ // 'poeAiWebGPT4_32k',
190+ // 'poeAiWebClaudePlus',
191+ // 'poeAiWebClaude100k',
189192 'chatgptApi4_8k' ,
190193 'customModel' ,
191194 'azureOpenAi' ,
192- 'poeAiWebCustom' ,
195+ // 'poeAiWebCustom',
193196 ] ,
194197 activeSelectionTools : [ 'translate' , 'summary' , 'polish' , 'code' , 'ask' ] ,
195198 activeSiteAdapters : [
0 commit comments