diff --git a/api/src/stampy_chat/settings.py b/api/src/stampy_chat/settings.py index 6f1de6a..9fe3227 100644 --- a/api/src/stampy_chat/settings.py +++ b/api/src/stampy_chat/settings.py @@ -33,7 +33,7 @@ "# Question context:\n\n" "In your answer, please cite any claims you make back to each source " "using the format: [1], [2], etc. If you use multiple sources to make a claim " - "cite all of them. For example: \"AGI is concerning [1, 3, 8].\"\n" + "cite all of them. For example: \"AGI is concerning. [1, 3, 8]\" (note the period placement)\n" "Don't explicitly mention the sources unless it impacts the flow of your answer - just cite " "them. Don't repeat the question in your answer. \n\n" )