Skip to content

Commit

Permalink
Update app/rag_system.py: add space
Browse files Browse the repository at this point in the history
  • Loading branch information
lionello authored Nov 28, 2024
1 parent fa01304 commit 5770253
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/rag_system.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ def answer_query_stream(self, query):
"When the user says 'you', 'your', or any pronoun, interpret it as referring to Defang with context of Defang. "
"If the user's question involves comparisons with or references to other services, you may use external knowledge. "
"However, if the question is strictly about Defang, you must ignore all external knowledge and only utilize the given context. "
"Today's date is " + date.today().strftime('%B %d, %Y') + "."
"Today's date is " + date.today().strftime('%B %d, %Y') + ". "
"Context: " + context
)
}
Expand Down

0 comments on commit 5770253

Please sign in to comment.