BotSharp/BotSharp.WebHost/Settings/app.json

10 lines
139 B
JSON
Raw Normal View History

2018-04-30 03:09:32 +00:00
{
"Assemblies": "BotSharp.Core",
2018-08-08 21:39:00 +00:00
"BotPlatform": "BotSharpAi",
"Version": "0.1.0",
"MachineLearning": {
"dataDir": ""
}
2018-04-30 03:09:32 +00:00
}