7 lines
123 B
C#
7 lines
123 B
C#
|
|
namespace BotSharp.Plugin.GoogleAI.Settings;
|
||
|
|
|
||
|
|
public class GoogleAiSettings
|
||
|
|
{
|
||
|
|
public PaLMSetting PaLM { get; set; }
|
||
|
|
}
|