mirror of
https://github.com/acon96/home-llm.git
synced 2026-01-09 13:48:05 -05:00
Use local time in CURRENT_DATE_PROMPT for English (#241)
This commit is contained in:
@@ -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'): %}
|
||||
|
||||
Reference in New Issue
Block a user