SiddarthaRachakonda
commited on
Commit
•
71ae99e
1
Parent(s):
cfe0870
..
Browse files- app/prompts.py +1 -1
app/prompts.py
CHANGED
@@ -59,7 +59,7 @@ Standalone question:
|
|
59 |
# a final answer to the question.
|
60 |
rag_prompt: str = """Use the following pieces of context to answer the question at the end. If you don't know the answer, just say that you don't know. Use three sentences maximum and keep the answer concise.
|
61 |
{context}
|
62 |
-
Question: {
|
63 |
Helpful Answer:"""
|
64 |
|
65 |
# TODO: create raw_prompt_formatted by using format_prompt
|
|
|
59 |
# a final answer to the question.
|
60 |
rag_prompt: str = """Use the following pieces of context to answer the question at the end. If you don't know the answer, just say that you don't know. Use three sentences maximum and keep the answer concise.
|
61 |
{context}
|
62 |
+
Question: {standalone_question}
|
63 |
Helpful Answer:"""
|
64 |
|
65 |
# TODO: create raw_prompt_formatted by using format_prompt
|