update
1. 优化了人工智能的收发货人信息提取流程,超过35个字符可以处理了.所以换了API 密钥到新的智能体中.
正在显示
2 个修改的文件
包含
3 行增加
和
3 行删除
@@ -37,7 +37,7 @@ module.exports = { | @@ -37,7 +37,7 @@ module.exports = { | ||
37 | } | 37 | } |
38 | }, | 38 | }, |
39 | '/api/ai-agent':{ | 39 | '/api/ai-agent':{ |
40 | - target: 'http://192.168.1.78',//设置你调用的接口域名和端口号 别忘了加http | 40 | + target: 'http://192.168.1.77',//设置你调用的接口域名和端口号 别忘了加http |
41 | // target: 'http://192.168.1.189:12343',//设置你调用的接口域名和端口号 别忘了加http | 41 | // target: 'http://192.168.1.189:12343',//设置你调用的接口域名和端口号 别忘了加http |
42 | // target: 'http://localhost:12343',//设置你调用的接口域名和端口号 别忘了加http | 42 | // target: 'http://localhost:12343',//设置你调用的接口域名和端口号 别忘了加http |
43 | changeOrigin: true, | 43 | changeOrigin: true, |
@@ -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; |
-
请 注册 或 登录 后发表评论