Skip to content

Commit 24ba336

Browse files
committed
feat: update model options in info.json
1 parent c3dfc96 commit 24ba336

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

public/info.json

+16-16
Original file line numberDiff line numberDiff line change
@@ -55,40 +55,40 @@
5555
"type": "text"
5656
},
5757
{
58-
"defaultValue": "gpt-3.5-turbo",
58+
"defaultValue": "gpt-4.1-nano",
5959
"identifier": "model",
6060
"menuValues": [
6161
{
6262
"title": "Custom",
6363
"value": "custom"
6464
},
6565
{
66-
"title": "GPT-4o",
67-
"value": "gpt-4o"
66+
"title": "GPT-4.1",
67+
"value": "gpt-4.1"
6868
},
6969
{
70-
"title": "GPT-4o mini",
71-
"value": "gpt-4o-mini"
70+
"title": "GPT-4.1 mini",
71+
"value": "gpt-4.1-mini"
7272
},
7373
{
74-
"title": "GPT-4 Turbo",
75-
"value": "gpt-4-turbo"
74+
"title": "GPT-4.1 nano",
75+
"value": "gpt-4.1-nano"
7676
},
7777
{
78-
"title": "GPT-4",
79-
"value": "gpt-4"
78+
"title": "GPT-4o",
79+
"value": "gpt-4o"
8080
},
8181
{
82-
"title": "GPT-3.5 Turbo",
83-
"value": "gpt-3.5-turbo"
82+
"title": "o4-mini",
83+
"value": "o4-mini"
8484
},
8585
{
86-
"title": "Gemini 1.5 Pro",
87-
"value": "gemini-1.5-pro"
86+
"title": "Gemini 2.5 Pro Preview 03-25",
87+
"value": "gemini-2.5-pro-preview-03-25"
8888
},
8989
{
90-
"title": "Gemini 1.5 Flash",
91-
"value": "gemini-1.5-flash"
90+
"title": "Gemini 2.5 Flash Preview 04-17",
91+
"value": "gemini-2.5-flash-preview-04-17"
9292
}
9393
],
9494
"title": "模型",
@@ -98,7 +98,7 @@
9898
"desc": "可选项。当 Model 选择 Custom 时,此项为必填项。请填写有效的模型名称",
9999
"identifier": "customModel",
100100
"textConfig": {
101-
"placeholderText": "gpt-3.5-turbo",
101+
"placeholderText": "gpt-4.1-nano",
102102
"type": "visible"
103103
},
104104
"title": "自定义模型",

0 commit comments

Comments
 (0)