BotSharp/src/Plugins/BotSharp.Plugin.GoogleAI/Settings/GoogleAiSettings.cs
2023-10-08 15:46:42 -05:00

7 lines
123 B
C#

namespace BotSharp.Plugin.GoogleAI.Settings;
public class GoogleAiSettings
{
public PaLMSetting PaLM { get; set; }
}