Skip to content

Commit 819eb16

Browse files
1 parent 3d6ef41 commit 819eb16

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

src/config/index.mjs

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,11 @@ export const chatgptApiModelKeys = [
3535
'chatgptApi35',
3636
'chatgptApi35_16k',
3737
'chatgptApi35_0613',
38+
'chatgptApi35_16k_0613',
3839
'chatgptApi4_8k',
40+
'chatgptApi4_8k_0613',
3941
'chatgptApi4_32k',
42+
'chatgptApi4_32k_0613',
4043
]
4144
export const customApiModelKeys = ['customModel']
4245
export const azureOpenAiApiModelKeys = ['azureOpenAi']
@@ -71,6 +74,10 @@ export const Models = {
7174
chatgptApi35: { value: 'gpt-3.5-turbo', desc: 'ChatGPT (GPT-3.5-turbo)' },
7275
chatgptApi35_16k: { value: 'gpt-3.5-turbo-16k', desc: 'ChatGPT (GPT-3.5-turbo-16k)' },
7376
chatgptApi35_0613: { value: 'gpt-3.5-turbo-0613', desc: 'ChatGPT (GPT-3.5-turbo 0613)' },
77+
chatgptApi35_16k_0613: {
78+
value: 'gpt-3.5-turbo-16k-0613',
79+
desc: 'ChatGPT (GPT-3.5-turbo-16k 0613)',
80+
},
7481
bingFree4: { value: '', desc: 'Bing (Web, GPT-4)' },
7582
bingFreeSydney: { value: '', desc: 'Bing (Web, GPT-4, Sydney)' },
7683
bardWebFree: { value: '', desc: 'Bard (Web)' },
@@ -82,7 +89,9 @@ export const Models = {
8289
poeAiWebClaude100k: { value: 'claude-instant-100k', desc: 'Poe AI (Web, Claude instant 100k)' },
8390
poeAiWebGooglePaLM: { value: 'Google-PaLM', desc: 'Poe AI (Web, Google-PaLM)' },
8491
chatgptApi4_8k: { value: 'gpt-4', desc: 'ChatGPT (GPT-4-8k)' },
92+
chatgptApi4_8k_0613: { value: 'gpt-4', desc: 'ChatGPT (GPT-4-8k 0613)' },
8593
chatgptApi4_32k: { value: 'gpt-4-32k', desc: 'ChatGPT (GPT-4-32k)' },
94+
chatgptApi4_32k_0613: { value: 'gpt-4-32k', desc: 'ChatGPT (GPT-4-32k 0613)' },
8695
gptApiDavinci: { value: 'text-davinci-003', desc: 'GPT-3.5' },
8796
customModel: { value: '', desc: 'Custom Model' },
8897
azureOpenAi: { value: '', desc: 'ChatGPT (Azure)' },

0 commit comments

Comments
 (0)