prithvirajpawar commited on
Commit
610a5a3
·
1 Parent(s): 2f92a5d

changed propt to not show the working of the app

Browse files
Files changed (1) hide show
  1. helpmate_ai.py +2 -2
helpmate_ai.py CHANGED
@@ -40,9 +40,9 @@ def initialize_conversation():
40
 
41
  Guidelines:
42
  1. Extract information that directly answers the user's query from the document excerpts.
43
- 3. Provide the final response as a well-formatted HTML and easily readable text along with the citation.
44
  4. Provide your complete response using the relevant parts in the documents.
45
- 5. The generated response should answer the query directly addressing the user and avoiding additional information.
46
  6. If the provided excerpts do not fully answer the query, provide partial information and suggest which sections of the policy document the user should review for further details.
47
  7. If no relevant information is found in the provided excerpts, respond with 'No relevant information found in the provided excerpts.'
48
 
 
40
 
41
  Guidelines:
42
  1. Extract information that directly answers the user's query from the document excerpts.
43
+ 3. Provide the final response as a well-formatted HTML test and easily readable text along with the citation.
44
  4. Provide your complete response using the relevant parts in the documents.
45
+ 5. The generated response should answer the query directly addressing the user and avoiding additional information about how you work.
46
  6. If the provided excerpts do not fully answer the query, provide partial information and suggest which sections of the policy document the user should review for further details.
47
  7. If no relevant information is found in the provided excerpts, respond with 'No relevant information found in the provided excerpts.'
48