File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ export const chatgptWebModelKeys = [
31
31
export const bingWebModelKeys = [ 'bingFree4' , 'bingFreeSydney' ]
32
32
export const bardWebModelKeys = [ 'bardWebFree' ]
33
33
export const claudeWebModelKeys = [ 'claude2WebFree' ]
34
- export const gptApiModelKeys = [ 'gptApiDavinci' ]
34
+ export const gptApiModelKeys = [ 'gptApiInstruct' , ' gptApiDavinci']
35
35
export const chatgptApiModelKeys = [
36
36
'chatgptApi35' ,
37
37
'chatgptApi35_16k' ,
@@ -104,6 +104,7 @@ export const Models = {
104
104
chatgptApi4_8k_0613 : { value : 'gpt-4' , desc : 'ChatGPT (GPT-4-8k 0613)' } ,
105
105
chatgptApi4_32k_0613 : { value : 'gpt-4-32k' , desc : 'ChatGPT (GPT-4-32k 0613)' } ,
106
106
107
+ gptApiInstruct : { value : 'gpt-3.5-turbo-instruct' , desc : 'GPT-3.5-turbo Instruct' } ,
107
108
gptApiDavinci : { value : 'text-davinci-003' , desc : 'GPT-3.5' } ,
108
109
109
110
customModel : { value : '' , desc : 'Custom Model' } ,
You can’t perform that action at this time.
0 commit comments