From df40ca4e1dc521910a60ff4cb417326e589c04a9 Mon Sep 17 00:00:00 2001 From: FraserLee <30442265+FraserLee@users.noreply.github.com> Date: Tue, 11 Jul 2023 23:25:42 -0400 Subject: [PATCH] Implement changes from @henri123lemoine review --- api/chat.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/chat.py b/api/chat.py index 3afabec..17deb91 100644 --- a/api/chat.py +++ b/api/chat.py @@ -114,7 +114,7 @@ def construct_prompt(query: str, mode: str, history: List[Dict[str, str]], conte question_prompt = "In your answer, please cite any claims you make back to each source " \ "using the format: [a], [b], etc. If you use multiple sources to make a claim " \ - "cite all of them. For example: \"AGI is concerning [c, d, e].\n\n" + "cite all of them. For example: \"AGI is concerning [c, d, e].\"\n\n" if mode == "crux": question_prompt += "Answer very concisely, getting to the crux of the matter in as " \