mirror of
https://github.com/wassname/chatGPTBox.git
synced 2026-07-13 11:59:11 +08:00
feat: enabled API Modes option (#264)
This commit is contained in:
@@ -118,6 +118,20 @@ export const defaultConfig = {
|
||||
// others
|
||||
|
||||
alwaysCreateNewConversationWindow: false,
|
||||
activeApiModes: [
|
||||
'chatgptFree35',
|
||||
'chatgptPlus4',
|
||||
'chatgptApi35',
|
||||
'bingFree4',
|
||||
'bingFreeSydney',
|
||||
'poeAiWebSage',
|
||||
'poeAiWebGPT4',
|
||||
'poeAiWebClaudePlus',
|
||||
'chatgptApi4_8k',
|
||||
'customModel',
|
||||
'azureOpenAi',
|
||||
'poeAiWebCustom',
|
||||
],
|
||||
activeSelectionTools: ['translate', 'summary', 'polish', 'code', 'ask'],
|
||||
activeSiteAdapters: [
|
||||
'bilibili',
|
||||
@@ -139,6 +153,7 @@ export const defaultConfig = {
|
||||
// unchangeable
|
||||
|
||||
userLanguage: getNavigatorLanguage(),
|
||||
apiModes: Object.keys(Models),
|
||||
selectionTools: [
|
||||
'translate',
|
||||
'translateToEn',
|
||||
|
||||
Reference in New Issue
Block a user