Skip to content

Commit 4a261d7

Browse files
Deepturnctrlz526
authored andcommitted
Update dataset.mdx (labring#5391)
Update api:dataset/create
1 parent 8de044f commit 4a261d7

File tree

1 file changed

+3
-1
lines changed
  • document/content/docs/introduction/development/openapi

1 file changed

+3
-1
lines changed

document/content/docs/introduction/development/openapi/dataset.mdx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,8 @@ curl --location --request POST 'http://localhost:3000/api/core/dataset/create' \
6666
"intro":"介绍",
6767
"avatar": "",
6868
"vectorModel": "text-embedding-ada-002",
69-
"agentModel": "gpt-3.5-turbo-16k"
69+
"agentModel": "gpt-3.5-turbo-16k",
70+
"vlmModel": "gpt-4.1"
7071
}'
7172
```
7273

@@ -83,6 +84,7 @@ curl --location --request POST 'http://localhost:3000/api/core/dataset/create' \
8384
- avatar - 头像地址(可选)
8485
- vectorModel - 向量模型(建议传空,用系统默认的)
8586
- agentModel - 文本处理模型(建议传空,用系统默认的)
87+
- vlmModel - 图片理解模型(建议传空,用系统默认的)
8688
</Alert>
8789

8890

0 commit comments

Comments
 (0)