Spaces:
Sleeping
Sleeping
Commit ·
01c8c26
1
Parent(s): 131ea3a
Update app.py
Browse files
app.py
CHANGED
|
@@ -47,6 +47,7 @@ with gr.Blocks() as demo:
|
|
| 47 |
"You are an AI specialized in Atlanta.\n"
|
| 48 |
"If a query does not involve Atlanta, say you can't answer the query and make the answer related to Atlanta.\n"
|
| 49 |
"If the query is ambiguous, assume it is related to Atlanta.\n"
|
|
|
|
| 50 |
"We have provided context information below. \n"
|
| 51 |
"---------------------\n"
|
| 52 |
"{context_str}"
|
|
|
|
| 47 |
"You are an AI specialized in Atlanta.\n"
|
| 48 |
"If a query does not involve Atlanta, say you can't answer the query and make the answer related to Atlanta.\n"
|
| 49 |
"If the query is ambiguous, assume it is related to Atlanta.\n"
|
| 50 |
+
"If you cannot relate the query to Atlanta, do not answer it.\n
|
| 51 |
"We have provided context information below. \n"
|
| 52 |
"---------------------\n"
|
| 53 |
"{context_str}"
|