Skip to content

Commit 921354d

Browse files
committed
支持GPT-4o
1 parent 05c6a36 commit 921354d

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/renderer/src/assets/json/chat-models.json

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
{
22
"OpenAI": [
3+
{
4+
"name": "gpt-4o",
5+
"value": "gpt-4o",
6+
"type": "vision",
7+
"isSupportImage": true,
8+
"isSupportPlugin": true
9+
},
310
{
411
"name": "gpt-4-turbo",
512
"value": "gpt-4-turbo",

0 commit comments

Comments
 (0)