summaryrefslogtreecommitdiff
path: root/Live2dHistoire/live2d/js
diff options
context:
space:
mode:
Diffstat (limited to 'Live2dHistoire/live2d/js')
-rw-r--r--Live2dHistoire/live2d/js/message.js12
1 files changed, 2 insertions, 10 deletions
diff --git a/Live2dHistoire/live2d/js/message.js b/Live2dHistoire/live2d/js/message.js
index d79a293..5a1ae5a 100644
--- a/Live2dHistoire/live2d/js/message.js
+++ b/Live2dHistoire/live2d/js/message.js
@@ -287,18 +287,10 @@ if(!norunFlag){
showMessage('思考中~', 0);
$.ajax({
type: 'POST',
- url: "https://www.tuling123.com/openapi/api",
+ url: "https://turing-api.mayx.eu.org/",
data: {
- "reqType":0,
- "perception": {
- "inputText": {
- "text": info_
- }
- },
- "userInfo": {
- "apiKey": "ae8933884bcc4bac96289a43d8a864db",
+ "info": info_,
"userId": userid_
- }
},
success: function(res) {
if(res.intent.code !== 0){