@@ -31,7 +31,13 @@ export const chatgptWebModelKeys = [
31
31
export const bingWebModelKeys = [ 'bingFree4' , 'bingFreeSydney' ]
32
32
export const bardWebModelKeys = [ 'bardWebFree' ]
33
33
export const gptApiModelKeys = [ 'gptApiDavinci' ]
34
- export const chatgptApiModelKeys = [ 'chatgptApi35' , 'chatgptApi4_8k' , 'chatgptApi4_32k' ]
34
+ export const chatgptApiModelKeys = [
35
+ 'chatgptApi35' ,
36
+ 'chatgptApi35_16k' ,
37
+ 'chatgptApi35_0613' ,
38
+ 'chatgptApi4_8k' ,
39
+ 'chatgptApi4_32k' ,
40
+ ]
35
41
export const customApiModelKeys = [ 'customModel' ]
36
42
export const azureOpenAiApiModelKeys = [ 'azureOpenAi' ]
37
43
export const githubThirdPartyApiModelKeys = [ 'waylaidwandererApi' ]
@@ -61,6 +67,8 @@ export const Models = {
61
67
chatgptPlus4Browsing : { value : 'gpt-4-browsing' , desc : 'ChatGPT (Web, GPT-4, Browsing)' } ,
62
68
chatgptPlus4Mobile : { value : 'gpt-4-mobile' , desc : 'ChatGPT (Mobile, GPT-4)' } ,
63
69
chatgptApi35 : { value : 'gpt-3.5-turbo' , desc : 'ChatGPT (GPT-3.5-turbo)' } ,
70
+ chatgptApi35_16k : { value : 'gpt-3.5-turbo-16k' , desc : 'ChatGPT (GPT-3.5-turbo-16k)' } ,
71
+ chatgptApi35_0613 : { value : 'gpt-3.5-turbo-0613' , desc : 'ChatGPT (GPT-3.5-turbo 0613)' } ,
64
72
bingFree4 : { value : '' , desc : 'Bing (Web, GPT-4)' } ,
65
73
bingFreeSydney : { value : '' , desc : 'Bing (Web, GPT-4, Sydney)' } ,
66
74
bardWebFree : { value : '' , desc : 'Bard (Web)' } ,
@@ -151,6 +159,7 @@ export const defaultConfig = {
151
159
'chatgptPlus4' ,
152
160
'chatgptPlus4Mobile' ,
153
161
'chatgptApi35' ,
162
+ 'chatgptApi35_16k' ,
154
163
'bingFree4' ,
155
164
'bingFreeSydney' ,
156
165
'poeAiWebSage' ,
0 commit comments