Spaces:
Sleeping
Sleeping
Commit ·
131ea3a
1
Parent(s): 25aa56f
Update app.py
Browse files
app.py
CHANGED
|
@@ -46,7 +46,7 @@ with gr.Blocks() as demo:
|
|
| 46 |
QA_PROMPT_TMPL = (
|
| 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 |
-
"
|
| 50 |
"We have provided context information below. \n"
|
| 51 |
"---------------------\n"
|
| 52 |
"{context_str}"
|
|
|
|
| 46 |
QA_PROMPT_TMPL = (
|
| 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}"
|