File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -41,6 +41,7 @@ export const chatgptApiModelKeys = [
41
41
'chatgptApi4_8k_0613' ,
42
42
'chatgptApi4_32k' ,
43
43
'chatgptApi4_32k_0613' ,
44
+ 'chatgptApi4_128k_preview' ,
44
45
]
45
46
export const customApiModelKeys = [ 'customModel' ]
46
47
export const azureOpenAiApiModelKeys = [ 'azureOpenAi' ]
@@ -102,6 +103,7 @@ export const Models = {
102
103
chatgptApi4_8k_0613 : { value : 'gpt-4' , desc : 'ChatGPT (GPT-4-8k 0613)' } ,
103
104
chatgptApi4_32k : { value : 'gpt-4-32k' , desc : 'ChatGPT (GPT-4-32k)' } ,
104
105
chatgptApi4_32k_0613 : { value : 'gpt-4-32k' , desc : 'ChatGPT (GPT-4-32k 0613)' } ,
106
+ chatgptApi4_128k_preview : { value : 'gpt-4-1106-preview' , desc : 'ChatGPT (GPT-4-Turbo 128k Preview)' } ,
105
107
gptApiDavinci : { value : 'text-davinci-003' , desc : 'GPT-3.5' } ,
106
108
customModel : { value : '' , desc : 'Custom Model' } ,
107
109
azureOpenAi : { value : '' , desc : 'ChatGPT (Azure)' } ,
You can’t perform that action at this time.
0 commit comments