mirror of
https://github.com/MODSetter/SurfSense.git
synced 2025-09-02 10:39:13 +00:00
6 lines
No EOL
262 B
Python
6 lines
No EOL
262 B
Python
# Need to move new prompts to here will move after testing some more
|
|
|
|
# from langchain_core.prompts.prompt import PromptTemplate
|
|
from datetime import datetime, timezone
|
|
|
|
DATE_TODAY = "Today's date is " + datetime.now(timezone.utc).astimezone().isoformat() + '\n' |