Skip to content

Commit ee529f1

Browse files
Fixed Simple Prompt.
1 parent 92baea9 commit ee529f1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

utils/langchain_helpers/simple_prompt.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,8 @@ def get_simple_prompt(context, query, history, pre_context):
107107
{history}
108108
109109
Context:
110+
[https://www.timeanddate.com] The current date and time are {datetime.now().strftime('%A %B %d, %Y %H:%M:%S')}.
111+
110112
{context}
111113
112114

0 commit comments

Comments
 (0)