BotSharp/BotSharp.WebHost/Settings/app.json

10 lines
165 B
JSON
Raw Normal View History

2018-04-30 03:09:32 +00:00
{
"Assemblies": "BotSharp.Core",
2018-10-03 14:13:32 +00:00
"BotEngine": "BotSharpAi",
"Version": "0.1.0",
"MachineLearning": {
2018-09-06 22:32:51 +00:00
"dataDir": "D:\\Projects\\BotSharp\\Data"
}
2018-04-30 03:09:32 +00:00
}