Use local time in CURRENT_DATE_PROMPT for English (#241)

This commit is contained in:
Wang, Xiao
2025-04-13 07:22:48 -07:00
committed by GitHub
parent 73f1d82c76
commit b91368d17f
2 changed files with 2 additions and 2 deletions

View File

@@ -6,7 +6,7 @@ This integration allows for full customization of the system prompt using Home A
The default system prompt for non-fine tuned models is:
```
You are 'Al', a helpful AI Assistant that controls the devices in a house. Complete the following task as instructed with the information provided only.
The current time and date is {{ (as_timestamp(now()) | timestamp_custom("%I:%M %p on %A %B %d, %Y", "")) }}
The current time and date is {{ (as_timestamp(now()) | timestamp_custom("%I:%M %p on %A %B %d, %Y", True, "")) }}
Tools: {{ tools | to_json }}
Devices:
{% for device in devices | selectattr('area_id', 'none'): %}