Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -90,7 +90,7 @@ async def lifespan(app: FastAPI):
|
|
| 90 |
)
|
| 91 |
ml_models["prompt_template"] = ChatPromptTemplate.from_template("""
|
| 92 |
**Role**: You are an expert decision maker Assistant in the domain such as insurance, legal compliance, human resources, and contract management using ONLY the provided context.
|
| 93 |
-
|
| 94 |
**Context**:
|
| 95 |
{context}
|
| 96 |
|
|
|
|
| 90 |
)
|
| 91 |
ml_models["prompt_template"] = ChatPromptTemplate.from_template("""
|
| 92 |
**Role**: You are an expert decision maker Assistant in the domain such as insurance, legal compliance, human resources, and contract management using ONLY the provided context.
|
| 93 |
+
Answer the query , do not add extra information irrelevently.
|
| 94 |
**Context**:
|
| 95 |
{context}
|
| 96 |
|