@@ -29,7 +29,6 @@ export const ModelMode = {
2929
3030export const chatgptWebModelKeys = [
3131 'chatgptFree35' ,
32- 'chatgptFree4o' ,
3332 'chatgptFree4oMini' ,
3433 'chatgptPlus4' ,
3534 'chatgptFree35Mobile' ,
@@ -44,21 +43,18 @@ export const moonshotWebModelKeys = [
4443 'moonshotWebFreeK15' ,
4544 'moonshotWebFreeK15Think' ,
4645]
47- export const gptApiModelKeys = [ 'gptApiInstruct' , 'gptApiDavinci' ]
46+ export const gptApiModelKeys = [ 'gptApiInstruct' ]
4847export const chatgptApiModelKeys = [
4948 'chatgptApi35' ,
5049 'chatgptApi35_16k' ,
5150 'chatgptApi35_1106' ,
5251 'chatgptApi35_0125' ,
5352 'chatgptApi4o_128k' ,
54- 'chatgptApi4oLatest' ,
5553 'chatgptApi5Latest' ,
5654 'chatgptApi5_1Latest' ,
5755 'chatgptApi4oMini' ,
5856 'chatgptApi4_8k' ,
5957 'chatgptApi4_8k_0613' ,
60- 'chatgptApi4_32k' ,
61- 'chatgptApi4_32k_0613' ,
6258 'chatgptApi4_128k' ,
6359 'chatgptApi4_128k_preview' ,
6460 'chatgptApi4_128k_1106_preview' ,
@@ -230,7 +226,6 @@ export const ModelGroups = {
230226export const Models = {
231227 chatgptFree35 : { value : 'auto' , desc : 'ChatGPT (Web)' } ,
232228
233- chatgptFree4o : { value : 'gpt-4o' , desc : 'ChatGPT (Web, GPT-4o)' } ,
234229 chatgptFree4oMini : { value : 'gpt-4o-mini' , desc : 'ChatGPT (Web, GPT-4o mini)' } ,
235230
236231 chatgptPlus4 : { value : 'gpt-4' , desc : 'ChatGPT (Web, GPT-4)' } ,
@@ -242,7 +237,6 @@ export const Models = {
242237 chatgptApi4o_128k : { value : 'gpt-4o' , desc : 'ChatGPT (GPT-4o, 128k)' } ,
243238 chatgptApi4oMini : { value : 'gpt-4o-mini' , desc : 'ChatGPT (GPT-4o mini)' } ,
244239 chatgptApi4_8k : { value : 'gpt-4' , desc : 'ChatGPT (GPT-4-8k)' } ,
245- chatgptApi4_32k : { value : 'gpt-4-32k' , desc : 'ChatGPT (GPT-4-32k)' } ,
246240 chatgptApi4_128k : {
247241 value : 'gpt-4-turbo' ,
248242 desc : 'ChatGPT (GPT-4-Turbo 128k)' ,
@@ -259,7 +253,6 @@ export const Models = {
259253 value : 'gpt-4-0125-preview' ,
260254 desc : 'ChatGPT (GPT-4-Turbo 128k 0125 Preview)' ,
261255 } ,
262- chatgptApi4oLatest : { value : 'chatgpt-4o-latest' , desc : 'ChatGPT (ChatGPT-4o latest)' } ,
263256 chatgptApi5Latest : { value : 'gpt-5-chat-latest' , desc : 'ChatGPT (ChatGPT-5 latest)' } ,
264257 chatgptApi5_1Latest : { value : 'gpt-5.1-chat-latest' , desc : 'ChatGPT (ChatGPT-5.1 latest)' } ,
265258
@@ -341,10 +334,8 @@ export const Models = {
341334 chatgptApi35_1106 : { value : 'gpt-3.5-turbo-1106' , desc : 'ChatGPT (GPT-3.5-turbo 1106)' } ,
342335 chatgptApi35_0125 : { value : 'gpt-3.5-turbo-0125' , desc : 'ChatGPT (GPT-3.5-turbo 0125)' } ,
343336 chatgptApi4_8k_0613 : { value : 'gpt-4' , desc : 'ChatGPT (GPT-4-8k 0613)' } ,
344- chatgptApi4_32k_0613 : { value : 'gpt-4-32k' , desc : 'ChatGPT (GPT-4-32k 0613)' } ,
345337
346338 gptApiInstruct : { value : 'gpt-3.5-turbo-instruct' , desc : 'GPT-3.5-turbo Instruct' } ,
347- gptApiDavinci : { value : 'text-davinci-003' , desc : 'GPT-3.5' } ,
348339
349340 customModel : { value : '' , desc : 'Custom Model' } ,
350341 ollamaModel : { value : '' , desc : 'Ollama API' } ,
0 commit comments