This repository was archived by the owner on Jan 12, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathconfs.json
More file actions
67 lines (67 loc) · 1.58 KB
/
Copy pathconfs.json
File metadata and controls
67 lines (67 loc) · 1.58 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
{
"aiCore":{
"Logs": "logs/",
"FQDN": "",
"IP": "",
"Port": 5824
},
"NLU":{
"Activation": "softmax",
"Threshold": 0.5,
"TFLearn": {
"Logs":"model/TFLearn",
"LogsLevel": 3,
"Path": "model/nlu.tflearn",
"Data": "model/model.json"
},
"Regression": true,
"FcLayers": 3,
"FcUnits": 32,
"Epochs": 5000,
"BatchSize": 32,
"ShowMetric": true,
"Entities": "Mitie",
"EntitiesDat": "model/entities.dat",
"Mitie": {
"Threshold": 4.00,
"Location": "MITIE/mitielib",
"ModelLocation": "MITIE/MITIE-models/english/total_word_feature_extractor.dat"
},
"defaultResponses": [
"Sorry, I did not understand you",
"Sorry, could you rephrase"
],
"repetition": [
{
"ignoreCount": 5,
"ignoreReset": 60
}
]
},
"iotJumpWay": {
"Location": 0,
"Zone": 0,
"Device": 0,
"DeviceName" : "",
"App": 0,
"AppName" : "",
"MQTT": {
"Username": "",
"Password": ""
},
"Channels": {
"Commands": "Commands"
},
"API": {
"REST": "https://www.iotjumpway.tech/API/REST/",
"Public": "",
"Secret": ""
}
},
"MySql":{
"host" : "localhost",
"dbname" : "",
"dbusername" : "",
"dbpassword" : ""
}
}