@@ -21,7 +21,13 @@ export const ModelMode = {
21
21
fast : 'Fast' ,
22
22
}
23
23
24
- export const chatgptWebModelKeys = [ 'chatgptFree35' , 'chatgptPlus4' ]
24
+ export const chatgptWebModelKeys = [
25
+ 'chatgptFree35' ,
26
+ 'chatgptPlus4' ,
27
+ 'chatgptFree35Mobile' ,
28
+ 'chatgptPlus4Browsing' ,
29
+ 'chatgptPlus4Mobile' ,
30
+ ]
25
31
export const bingWebModelKeys = [ 'bingFree4' , 'bingFreeSydney' ]
26
32
export const gptApiModelKeys = [ 'gptApiDavinci' ]
27
33
export const chatgptApiModelKeys = [ 'chatgptApi35' , 'chatgptApi4_8k' , 'chatgptApi4_32k' ]
@@ -48,7 +54,10 @@ export const poeWebModelKeys = [
48
54
*/
49
55
export const Models = {
50
56
chatgptFree35 : { value : 'text-davinci-002-render-sha' , desc : 'ChatGPT (Web)' } ,
57
+ chatgptFree35Mobile : { value : 'text-davinci-002-render-sha-mobile' , desc : 'ChatGPT (Mobile)' } ,
51
58
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)' } ,
52
61
chatgptApi35 : { value : 'gpt-3.5-turbo' , desc : 'ChatGPT (GPT-3.5-turbo)' } ,
53
62
bingFree4 : { value : '' , desc : 'Bing (Web, GPT-4)' } ,
54
63
bingFreeSydney : { value : '' , desc : 'Bing (Web, GPT-4, Sydney)' } ,
@@ -133,7 +142,9 @@ export const defaultConfig = {
133
142
alwaysCreateNewConversationWindow : false ,
134
143
activeApiModes : [
135
144
'chatgptFree35' ,
145
+ 'chatgptFree35Mobile' ,
136
146
'chatgptPlus4' ,
147
+ 'chatgptPlus4Mobile' ,
137
148
'chatgptApi35' ,
138
149
'bingFree4' ,
139
150
'bingFreeSydney' ,
0 commit comments