mirror of
https://github.com/MindWorkAI/AI-Studio.git
synced 2026-02-13 02:41:37 +00:00
Added the current date to the default system prompt.
This commit is contained in:
parent
eb39d130b9
commit
9e55d5461f
@ -2,5 +2,5 @@ namespace AIStudio.Chat;
|
||||
|
||||
public static class SystemPrompts
|
||||
{
|
||||
public const string DEFAULT = "You are a helpful assistant!";
|
||||
public static readonly string DEFAULT = $"You are a helpful assistant! Today is {DateTime.Today:yyyy-MM-dd}.";
|
||||
}
|
||||
Loading…
Reference in New Issue
Block a user