@@ -21,7 +21,13 @@ export const ModelMode = {
2121 fast : 'Fast' ,
2222}
2323
24- export const chatgptWebModelKeys = [ 'chatgptFree35' , 'chatgptPlus4' ]
24+ export const chatgptWebModelKeys = [
25+ 'chatgptFree35' ,
26+ 'chatgptPlus4' ,
27+ 'chatgptFree35Mobile' ,
28+ 'chatgptPlus4Browsing' ,
29+ 'chatgptPlus4Mobile' ,
30+ ]
2531export const bingWebModelKeys = [ 'bingFree4' , 'bingFreeSydney' ]
2632export const gptApiModelKeys = [ 'gptApiDavinci' ]
2733export const chatgptApiModelKeys = [ 'chatgptApi35' , 'chatgptApi4_8k' , 'chatgptApi4_32k' ]
@@ -48,7 +54,10 @@ export const poeWebModelKeys = [
4854 */
4955export const Models = {
5056 chatgptFree35 : { value : 'text-davinci-002-render-sha' , desc : 'ChatGPT (Web)' } ,
57+ chatgptFree35Mobile : { value : 'text-davinci-002-render-sha-mobile' , desc : 'ChatGPT (Mobile)' } ,
5158 chatgptPlus4 : { value : 'gpt-4' , desc : 'ChatGPT (Web, GPT-4)' } ,
59+ chatgptPlus4Browsing : { value : 'gpt-4-browsing' , desc : 'ChatGPT (Web, GPT-4, Browsing)' } ,
60+ chatgptPlus4Mobile : { value : 'gpt-4-mobile' , desc : 'ChatGPT (Mobile, GPT-4)' } ,
5261 chatgptApi35 : { value : 'gpt-3.5-turbo' , desc : 'ChatGPT (GPT-3.5-turbo)' } ,
5362 bingFree4 : { value : '' , desc : 'Bing (Web, GPT-4)' } ,
5463 bingFreeSydney : { value : '' , desc : 'Bing (Web, GPT-4, Sydney)' } ,
@@ -133,7 +142,9 @@ export const defaultConfig = {
133142 alwaysCreateNewConversationWindow : false ,
134143 activeApiModes : [
135144 'chatgptFree35' ,
145+ 'chatgptFree35Mobile' ,
136146 'chatgptPlus4' ,
147+ 'chatgptPlus4Mobile' ,
137148 'chatgptApi35' ,
138149 'bingFree4' ,
139150 'bingFreeSydney' ,
0 commit comments