Skip to content

Commit 657362f

Browse files
committed
Simplify
1 parent eb1fa5f commit 657362f

File tree

3 files changed

+891
-9
lines changed

3 files changed

+891
-9
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,8 @@ system_messages = [{"role": "system", "content": r.content} for r in results] #
6565
user_message = {
6666
"role": "system",
6767
"content": f"""
68-
Do not hallucinate. Only answer the question based on the provided results data.
69-
If there is no data in the provided data for the question, do not try to generate an answer that does not make sense.
68+
Only answer the question based on the provided results data.
69+
If there is no data in the provided data for the question, do not try to generate an answer.
7070
This is the question: {prompt}
7171
""",
7272
}

0 commit comments

Comments
 (0)