We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 37648d5 commit 254680bCopy full SHA for 254680b
document/content/docs/introduction/development/openapi/dataset.mdx
@@ -66,7 +66,8 @@ curl --location --request POST 'http://localhost:3000/api/core/dataset/create' \
66
"intro":"介绍",
67
"avatar": "",
68
"vectorModel": "text-embedding-ada-002",
69
- "agentModel": "gpt-3.5-turbo-16k"
+ "agentModel": "gpt-3.5-turbo-16k",
70
+ "vlmModel": "gpt-4.1"
71
}'
72
```
73
@@ -83,6 +84,7 @@ curl --location --request POST 'http://localhost:3000/api/core/dataset/create' \
83
84
- avatar - 头像地址(可选)
85
- vectorModel - 向量模型(建议传空,用系统默认的)
86
- agentModel - 文本处理模型(建议传空,用系统默认的)
87
+- vlmModel - 图片理解模型(建议传空,用系统默认的)
88
</Alert>
89
90
0 commit comments