mirror of
https://github.com/wassname/stampy-chat.git
synced 2026-09-11 12:50:34 +08:00
Implement changes from @henri123lemoine review
This commit is contained in:
+1
-1
@@ -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 " \
|
||||
|
||||
Reference in New Issue
Block a user