Spaces:
Sleeping
Sleeping
Rohan Kataria
commited on
Commit
·
51bfb32
1
Parent(s):
e86304d
adding logics
Browse files- src/main.py +1 -1
src/main.py
CHANGED
@@ -74,7 +74,7 @@ def create_conversational_response(vector_store, chain_type, k):
|
|
74 |
|
75 |
# Creating Prompt template
|
76 |
template = """
|
77 |
-
|
78 |
{context}
|
79 |
Question: {question}
|
80 |
Helpful Answer:"""
|
|
|
74 |
|
75 |
# Creating Prompt template
|
76 |
template = """
|
77 |
+
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, don't try to make up an answer. Use three sentences maximum. Keep the answer as concise as possible.
|
78 |
{context}
|
79 |
Question: {question}
|
80 |
Helpful Answer:"""
|