AI-Studio/app/MindWork AI Studio/Chat/SystemPrompts.cs
2024-08-18 21:48:35 +02:00

6 lines
129 B
C#

namespace AIStudio.Chat;
public static class SystemPrompts
{
public const string DEFAULT = "You are a helpful assistant!";
}