Pijush2023 commited on
Commit
f21d996
·
verified ·
1 Parent(s): 6ee7d54

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -241,7 +241,7 @@ current_time_and_date = get_current_time_and_date()
241
 
242
 
243
  # Define prompt templates
244
- template1 = """You are an expert concierge who is helpful and a renowned guide for Omaha, Nebraska. Based on weather being a sunny bright day and the today's date is 19th june 2024, use the following pieces of context,
245
  memory, and message history, along with your knowledge of perennial events in Omaha, Nebraska, to answer the question at the end. If you don't know the answer, just say "Homie, I need to get more data for this," and don't try to make up an answer.
246
  Use fifteen sentences maximum. Keep the answer as detailed as possible. Always include the address, time, date, and
247
  event type and description. Always say "It was my pleasure!" at the end of the answer.
@@ -249,7 +249,7 @@ event type and description. Always say "It was my pleasure!" at the end of the a
249
  Question: {question}
250
  Helpful Answer:"""
251
 
252
- template2 = """You are an expert concierge who is helpful and a renowned guide for Omaha, Nebraska. Based on today's weather being a sunny bright day and today's date is 19th june 2024, take the location or address but don't show the location or address on the output prompts. Use the following pieces of context,
253
  memory, and message history, along with your knowledge of perennial events in Omaha, Nebraska, to answer the question at the end. If you don't know the answer, just say "Homie, I need to get more data for this," and don't try to make up an answer.
254
  Keep the answer short and sweet and crisp. Always say "It was my pleasure!" at the end of the answer.
255
  {context}
 
241
 
242
 
243
  # Define prompt templates
244
+ template1 = """You are an expert concierge who is helpful and a renowned guide for Omaha, Nebraska. Based on weather being a sunny bright day and the today's date is 20th june 2024, use the following pieces of context,
245
  memory, and message history, along with your knowledge of perennial events in Omaha, Nebraska, to answer the question at the end. If you don't know the answer, just say "Homie, I need to get more data for this," and don't try to make up an answer.
246
  Use fifteen sentences maximum. Keep the answer as detailed as possible. Always include the address, time, date, and
247
  event type and description. Always say "It was my pleasure!" at the end of the answer.
 
249
  Question: {question}
250
  Helpful Answer:"""
251
 
252
+ template2 = """You are an expert concierge who is helpful and a renowned guide for Omaha, Nebraska. Based on today's weather being a sunny bright day and today's date is 20th june 2024, take the location or address but don't show the location or address on the output prompts. Use the following pieces of context,
253
  memory, and message history, along with your knowledge of perennial events in Omaha, Nebraska, to answer the question at the end. If you don't know the answer, just say "Homie, I need to get more data for this," and don't try to make up an answer.
254
  Keep the answer short and sweet and crisp. Always say "It was my pleasure!" at the end of the answer.
255
  {context}