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 = [
3131export const bingWebModelKeys = [ 'bingFree4' , 'bingFreeSydney' ]
3232export const bardWebModelKeys = [ 'bardWebFree' ]
3333export const claudeWebModelKeys = [ 'claude2WebFree' ]
34- export const gptApiModelKeys = [ 'gptApiDavinci' ]
34+ export const gptApiModelKeys = [ 'gptApiInstruct' , ' gptApiDavinci']
3535export const chatgptApiModelKeys = [
3636 'chatgptApi35' ,
3737 'chatgptApi35_16k' ,
@@ -104,6 +104,7 @@ export const Models = {
104104 chatgptApi4_8k_0613 : { value : 'gpt-4' , desc : 'ChatGPT (GPT-4-8k 0613)' } ,
105105 chatgptApi4_32k_0613 : { value : 'gpt-4-32k' , desc : 'ChatGPT (GPT-4-32k 0613)' } ,
106106
107+ gptApiInstruct : { value : 'gpt-3.5-turbo-instruct' , desc : 'GPT-3.5-turbo Instruct' } ,
107108 gptApiDavinci : { value : 'text-davinci-003' , desc : 'GPT-3.5' } ,
108109
109110 customModel : { value : '' , desc : 'Custom Model' } ,
You can’t perform that action at this time.
0 commit comments