Update app.py
Browse files
app.py
CHANGED
@@ -16,7 +16,7 @@ class ContextAwareResponseGenerator:
|
|
16 |
self.llm = llm
|
17 |
self.response_prompt = PromptTemplate(
|
18 |
input_variables=['context', 'query', 'chat_history'],
|
19 |
-
template="""Given the context, query, and chat history, generate the best response that is clear and helpful.
|
20 |
|
21 |
Context: {context}
|
22 |
Query: {query}
|
|
|
16 |
self.llm = llm
|
17 |
self.response_prompt = PromptTemplate(
|
18 |
input_variables=['context', 'query', 'chat_history'],
|
19 |
+
template="""Given the context, query, and chat history, generate the best response that is clear and helpful. Use structured responses in various formats such as Paragraphs, Headlines and subtexts, bullet points, Sections.
|
20 |
|
21 |
Context: {context}
|
22 |
Query: {query}
|