BotSharp/src/Plugins/BotSharp.Plugin.RoutingSpeeder/Settings/fastTextSetting.cs

8 lines
128 B
C#
Raw Normal View History

2023-08-31 14:52:09 +00:00
namespace BotSharp.Plugin.RoutingSpeeder.Settings;
public class fastTextSetting
{
public string ModelPath { get; set; }
}