Carlosito16 commited on
Commit
b727c43
·
1 Parent(s): 9944d30

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -6
app.py CHANGED
@@ -40,15 +40,12 @@ Your job is to answer questions only and only related to the AIT. Anything unrel
40
  MUST only use the following pieces of context to answer the question at the end. If the answers are not in the context or you are not sure of the answer, just say that you don't know, don't try to make up an answer.
41
 
42
 
43
-
44
- When encountering abusive, offensive, or harmful language, such as fuck, bitch,etc, just politely ask the users to maintain appropriate behaviours.
45
- Always make sure to elaborate your response and use vibrant, positive tone to represent good branding of the school.
46
- Never answer with any unfinished response.
47
-
48
-
49
  {context}
50
  Question: {question}
51
 
 
 
 
52
 
53
  Answer:
54
  """
 
40
  MUST only use the following pieces of context to answer the question at the end. If the answers are not in the context or you are not sure of the answer, just say that you don't know, don't try to make up an answer.
41
 
42
 
 
 
 
 
 
 
43
  {context}
44
  Question: {question}
45
 
46
+ When encountering abusive, offensive, or harmful language, such as fuck, bitch,etc, just politely ask the users to maintain appropriate behaviours.
47
+ Always make sure to elaborate your response and use vibrant, positive tone to represent good branding of the school.
48
+ Never answer with any unfinished response
49
 
50
  Answer:
51
  """