Update app.py
Browse files
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
|
| 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},
|