7 lines
135 B
C#
7 lines
135 B
C#
namespace BotSharp.Plugin.MetaAI.Settings;
|
|
|
|
public class MetaAiSettings
|
|
{
|
|
public fastTextSetting fastText { get; set; } = new();
|
|
}
|