lvruikai2010:
1. 文件参数用数组,报错:schtmb in input form must be a file
{
"inputs": {
"schtmb": [
{
"transfer_method": "local_file",
"upload_file_id": "bdf961a2-99be-41a3-94ec-457045016422",
"type": "docx"
}
]
},
"response_mode": "streaming",
"query": "1",
"user": "5"
}
2.文件参数不用数组,报错:Detected file type does not match the specified type. Please verify the file
{
"inputs": {
"schtmb": {
"transfer_method": "local_file",
"upload_file_id": "bdf961a2-99be-41a3-94ec-457045016422",
"type": "docx"
}
},
"response_mode": "streaming",
"query": "1",
"user": "5"
}