singhankur01 commited on
Commit
fae83cb
·
verified ·
1 Parent(s): b20a1ed

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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
- Do not use your own knowledge.
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