Skip to content

Commit f3edfce

Browse files
committed
Include date template in default Azimuth system prompt
1 parent 2235129 commit f3edfce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

charts/azimuth-chat/values.schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
"type": "string",
6262
"title": "Instruction",
6363
"description": "The initial system prompt (i.e. the hidden instruction) to use when generating responses.",
64-
"default": "You are a helpful AI assistant. Please respond appropriately."
64+
"default": "You are a helpful AI assistant. Please respond appropriately. Today's date is {date}."
6565
},
6666
"page_title": {
6767
"type": "string",

0 commit comments

Comments
 (0)