SurfSense/backend/prompts.py
DESKTOP-RTLN3BA\$punk b3e2f9fc9c SurfSense v0.0.5 beta
- Still need to add delete fuctions but what the hell
2024-11-11 00:25:28 -08:00

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'