Skip to content

Commit 6234958

Browse files
author
Shilong Dai
committed
roll forward time
1 parent e6ee9dd commit 6234958

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

summarizer/uiinterface.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -525,7 +525,7 @@ def finbot_response(text, period, history):
525525
:param period: string representing how far back to go
526526
"""
527527

528-
now = datetime.datetime(year=2023, month=11, day=10)
528+
now = datetime.datetime(year=2023, month=11, day=27)
529529
delta = period_map[period]
530530
topic_model = get_model_num()
531531
actual_history = history[:-1]

0 commit comments

Comments
 (0)