Skip to content

Commit 5770253

Browse files
authored
Update app/rag_system.py: add space
1 parent fa01304 commit 5770253

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/rag_system.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ def answer_query_stream(self, query):
7171
"When the user says 'you', 'your', or any pronoun, interpret it as referring to Defang with context of Defang. "
7272
"If the user's question involves comparisons with or references to other services, you may use external knowledge. "
7373
"However, if the question is strictly about Defang, you must ignore all external knowledge and only utilize the given context. "
74-
"Today's date is " + date.today().strftime('%B %d, %Y') + "."
74+
"Today's date is " + date.today().strftime('%B %d, %Y') + ". "
7575
"Context: " + context
7676
)
7777
}

0 commit comments

Comments
 (0)