@@ -35,8 +35,7 @@ export const gptApiModelKeys = ['gptApiDavinci']
35
35
export const chatgptApiModelKeys = [
36
36
'chatgptApi35' ,
37
37
'chatgptApi35_16k' ,
38
- 'chatgptApi35_0613' ,
39
- 'chatgptApi35_16k_0613' ,
38
+ 'chatgptApi35_1106' ,
40
39
'chatgptApi4_8k' ,
41
40
'chatgptApi4_8k_0613' ,
42
41
'chatgptApi4_32k' ,
@@ -79,11 +78,7 @@ export const Models = {
79
78
chatgptPlus4Mobile : { value : 'gpt-4-mobile' , desc : 'ChatGPT (Mobile, GPT-4)' } ,
80
79
chatgptApi35 : { value : 'gpt-3.5-turbo' , desc : 'ChatGPT (GPT-3.5-turbo)' } ,
81
80
chatgptApi35_16k : { value : 'gpt-3.5-turbo-16k' , desc : 'ChatGPT (GPT-3.5-turbo-16k)' } ,
82
- chatgptApi35_0613 : { value : 'gpt-3.5-turbo-0613' , desc : 'ChatGPT (GPT-3.5-turbo 0613)' } ,
83
- chatgptApi35_16k_0613 : {
84
- value : 'gpt-3.5-turbo-16k-0613' ,
85
- desc : 'ChatGPT (GPT-3.5-turbo-16k 0613)' ,
86
- } ,
81
+ chatgptApi35_1106 : { value : 'gpt-3.5-turbo-1106' , desc : 'ChatGPT (GPT-3.5-turbo 1106)' } ,
87
82
claude2WebFree : { value : 'claude-2' , desc : 'Claude.ai (Web, Claude 2)' } ,
88
83
claude2Api : { value : '' , desc : 'Claude.ai (API, Claude 2)' } ,
89
84
bingFree4 : { value : '' , desc : 'Bing (Web, GPT-4)' } ,
0 commit comments