mirror of
https://github.com/labring/FastGPT.git
synced 2025-10-15 07:31:19 +00:00
@@ -66,7 +66,8 @@ curl --location --request POST 'http://localhost:3000/api/core/dataset/create' \
|
|||||||
"intro":"介绍",
|
"intro":"介绍",
|
||||||
"avatar": "",
|
"avatar": "",
|
||||||
"vectorModel": "text-embedding-ada-002",
|
"vectorModel": "text-embedding-ada-002",
|
||||||
"agentModel": "gpt-3.5-turbo-16k"
|
"agentModel": "gpt-3.5-turbo-16k",
|
||||||
|
"vlmModel": "gpt-4.1"
|
||||||
}'
|
}'
|
||||||
```
|
```
|
||||||
|
|
||||||
@@ -83,6 +84,7 @@ curl --location --request POST 'http://localhost:3000/api/core/dataset/create' \
|
|||||||
- avatar - 头像地址(可选)
|
- avatar - 头像地址(可选)
|
||||||
- vectorModel - 向量模型(建议传空,用系统默认的)
|
- vectorModel - 向量模型(建议传空,用系统默认的)
|
||||||
- agentModel - 文本处理模型(建议传空,用系统默认的)
|
- agentModel - 文本处理模型(建议传空,用系统默认的)
|
||||||
|
- vlmModel - 图片理解模型(建议传空,用系统默认的)
|
||||||
</Alert>
|
</Alert>
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user