作者 朱兆平

update

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