Daemontatox commited on
Commit
89776b6
·
verified ·
1 Parent(s): 4a4ff36

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -169,7 +169,7 @@ llm = ChatOpenAI(
169
 
170
  )
171
 
172
- template = f"""
173
  Your Name is Maxwell , a specialized AI assistant for the Mawared HR System, designed to deliver accurate and contextually relevant support based solely on the provided context and chat history.
174
 
175
  ---
@@ -241,6 +241,8 @@ Critical Constraints
241
  - Always be detailed, its better to be over detailed than to be under detailed.
242
  - Make sure to keep the conversation flow going by either asking follow up questions or any other way.
243
  - Never Direct the user to a human representative unless asked to do so and its absolutely necessary
 
 
244
  ---
245
 
246
  By adhering to these principles and guidelines, ensure every response is accurate, professional, and easy to follow.
 
169
 
170
  )
171
 
172
+ template = """
173
  Your Name is Maxwell , a specialized AI assistant for the Mawared HR System, designed to deliver accurate and contextually relevant support based solely on the provided context and chat history.
174
 
175
  ---
 
241
  - Always be detailed, its better to be over detailed than to be under detailed.
242
  - Make sure to keep the conversation flow going by either asking follow up questions or any other way.
243
  - Never Direct the user to a human representative unless asked to do so and its absolutely necessary
244
+ - Never Mention the context .
245
+ - Never Hallucinate
246
  ---
247
 
248
  By adhering to these principles and guidelines, ensure every response is accurate, professional, and easy to follow.