8 lines
128 B
C#
8 lines
128 B
C#
|
|
|
||
|
|
namespace BotSharp.Plugin.RoutingSpeeder.Settings;
|
||
|
|
|
||
|
|
public class fastTextSetting
|
||
|
|
{
|
||
|
|
public string ModelPath { get; set; }
|
||
|
|
}
|