BotSharp/src/Infrastructure/BotSharp.Core/Plugins/LLamaSharp/LLamaSharpPlugin.cs

7 lines
93 B
C#
Raw Normal View History

2023-06-11 23:46:02 +00:00
namespace BotSharp.Plugins.LLamaSharp;
public class LLamaSharpPlugin : IBotSharpPlugin
{
}