File tree 4 files changed +6
-4
lines changed
4 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 3
3
4
4
< head >
5
5
< title >
6
- < %= productName %>
6
+ < %= productName %> - 全功能、轻量级的 AI 客户端
7
7
</ title >
8
8
9
9
< meta charset ="utf-8 ">
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ const avatar = computed<Avatar>(() => {
34
34
const m = props .model
35
35
if (m .includes (' gpt-4' )) return { type: ' svg' , name: ' openai' , hue: 307 }
36
36
if (m .includes (' gpt' )) return { type: ' svg' , name: ' openai' , hue: 160 }
37
- if (m .startsWith (' o1' )) return { type: ' svg' , name: ' openai' , hue: 88 }
37
+ if (m .startsWith (' o1' ) || m . startsWith ( ' o3 ' ) ) return { type: ' svg' , name: ' openai' , hue: 88 }
38
38
if (m .startsWith (' claude' ) || m .startsWith (' c-' )) return { type: ' svg' , name: ' claude-c' }
39
39
if (m .startsWith (' gemini' )) return { type: ' svg' , name: ' gemini-c' }
40
40
if (m .startsWith (' gemma' )) return { type: ' svg' , name: ' gemma-c' }
Original file line number Diff line number Diff line change @@ -138,6 +138,8 @@ const models: Model[] = [
138
138
{ name : 'o1-mini-2024-09-12' , inputTypes : InputTypes . textOnly } ,
139
139
{ name : 'o1-preview' , inputTypes : InputTypes . textOnly } ,
140
140
{ name : 'o1-preview-2024-09-12' , inputTypes : InputTypes . textOnly } ,
141
+ { name : 'o3-mini' , inputTypes : InputTypes . textOnly } ,
142
+ { name : 'o3-mini-2025-01-31' , inputTypes : InputTypes . textOnly } ,
141
143
{ name : 'gpt-4o' , inputTypes : InputTypes . commonVision } ,
142
144
{ name : 'gpt-4o-2024-08-06' , inputTypes : InputTypes . commonVision } ,
143
145
{ name : 'gpt-4o-2024-05-13' , inputTypes : InputTypes . commonVision } ,
Original file line number Diff line number Diff line change 1
1
{
2
- "version" : " v1.3.6 " ,
3
- "versionCode" : 10306 ,
2
+ "version" : " v1.3.7 " ,
3
+ "versionCode" : 10307 ,
4
4
"forceUpdateFrom" : 10301
5
5
}
You can’t perform that action at this time.
0 commit comments