AI-Studio/app/MindWork AI Studio/Chat/SystemPrompts.cs

6 lines
129 B
C#
Raw Normal View History

2024-08-18 19:48:35 +00:00
namespace AIStudio.Chat;
public static class SystemPrompts
{
public const string DEFAULT = "You are a helpful assistant!";
}