作者 朱兆平

update

1. 优化了人工智能的收发货人信息提取流程,超过35个字符可以处理了.所以换了API 密钥到新的智能体中.
... ... @@ -3219,7 +3219,7 @@ Handling Information
"response_mode": "blocking",
"user": "C6"
}
const dify_api_token = 'app-zGJ1ujI9JXWVusnJwe2KGRqd'
const dify_api_token = 'app-EzFueapoXIV8ZuxBDkDarYlc'
return getInfo(dify_para_ship, dify_api_token)
.then(response => {
let response_data = response.data;
... ... @@ -3405,7 +3405,7 @@ Handling Information
"response_mode": "blocking",
"user": "C6"
}
const dify_api_token = 'app-zGJ1ujI9JXWVusnJwe2KGRqd'
const dify_api_token = 'app-EzFueapoXIV8ZuxBDkDarYlc'
getInfo(dify_para_ship, dify_api_token)
.then(response => {
let response_data = response.data;
... ...