File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -41,6 +41,7 @@ export const chatgptApiModelKeys = [
4141 'chatgptApi4_8k_0613' ,
4242 'chatgptApi4_32k' ,
4343 'chatgptApi4_32k_0613' ,
44+ 'chatgptApi4_128k_preview' ,
4445]
4546export const customApiModelKeys = [ 'customModel' ]
4647export const azureOpenAiApiModelKeys = [ 'azureOpenAi' ]
@@ -102,6 +103,7 @@ export const Models = {
102103 chatgptApi4_8k_0613 : { value : 'gpt-4' , desc : 'ChatGPT (GPT-4-8k 0613)' } ,
103104 chatgptApi4_32k : { value : 'gpt-4-32k' , desc : 'ChatGPT (GPT-4-32k)' } ,
104105 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)' } ,
105107 gptApiDavinci : { value : 'text-davinci-003' , desc : 'GPT-3.5' } ,
106108 customModel : { value : '' , desc : 'Custom Model' } ,
107109 azureOpenAi : { value : '' , desc : 'ChatGPT (Azure)' } ,
You can’t perform that action at this time.
0 commit comments