作者 朱兆平

update

1. 优化了人工智能的收发货人信息提取流程,超过35个字符可以处理了.所以换了API 密钥到新的智能体中.
... ... @@ -37,7 +37,7 @@ module.exports = {
}
},
'/api/ai-agent':{
target: 'http://192.168.1.78',//设置你调用的接口域名和端口号 别忘了加http
target: 'http://192.168.1.77',//设置你调用的接口域名和端口号 别忘了加http
// target: 'http://192.168.1.189:12343',//设置你调用的接口域名和端口号 别忘了加http
// target: 'http://localhost:12343',//设置你调用的接口域名和端口号 别忘了加http
changeOrigin: true,
... ...
... ... @@ -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;
... ...