JessicaL commited on
Commit
9460b89
·
verified ·
1 Parent(s): f966098

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -63,7 +63,7 @@ def generate_response(user_query, relevant_segment):
63
  Generate a response emphasizing the bot's capability in providing information about where to find access to local farm goods and farmers markets in New York City.
64
  """
65
  try:
66
- system_message = "You are a chatbot specialized in providing information on where people living in New York City can find access to farmers markets and local produce, as well as when they are in session and all other necessary information for the user in regards to access to locally grown foods".
67
  user_message = f"Here's the information on local farmers markets in New York City: {relevant_segment}"
68
  messages = [
69
  {"role": "system", "content": system_message},
 
63
  Generate a response emphasizing the bot's capability in providing information about where to find access to local farm goods and farmers markets in New York City.
64
  """
65
  try:
66
+ system_message = "You are a chatbot specialized in providing information on where people living in New York City can find access to farmers markets and local produce."
67
  user_message = f"Here's the information on local farmers markets in New York City: {relevant_segment}"
68
  messages = [
69
  {"role": "system", "content": system_message},