Spaces:
Sleeping
Sleeping
John Graham Reynolds
commited on
Commit
·
07b0d8d
1
Parent(s):
5dc4034
update fn
Browse files
chain.py
CHANGED
@@ -161,7 +161,7 @@ class ChainBuilder:
|
|
161 |
# query_rewrite_prompt = self.get_query_rewrite_prompt()
|
162 |
|
163 |
def get_date():
|
164 |
-
return
|
165 |
|
166 |
# RAG Chain
|
167 |
chain = (
|
|
|
161 |
# query_rewrite_prompt = self.get_query_rewrite_prompt()
|
162 |
|
163 |
def get_date():
|
164 |
+
return datetime.datetime.now().strftime("%B %d, %Y")
|
165 |
|
166 |
# RAG Chain
|
167 |
chain = (
|