Pavan178 commited on
Commit
a23d4e3
·
verified ·
1 Parent(s): 831b4a5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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}