Cheselle commited on
Commit
2f4646b
1 Parent(s): dff3b49

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +8 -0
app.py CHANGED
@@ -59,6 +59,14 @@ Think through your answer carefully and step by step.
59
 
60
  Context: {context}
61
  Question: {question}
 
 
 
 
 
 
 
 
62
  """
63
 
64
  rag_prompt = ChatPromptTemplate.from_template(RAG_PROMPT)
 
59
 
60
  Context: {context}
61
  Question: {question}
62
+
63
+ The example of your response should be:
64
+
65
+ Whether the piece of text is propaganda or not.
66
+ If it is, cite the technique used and the relevant snippet of text where it is used then an overall evaluation of the input.
67
+ Use real-time data to improve the quality of your answer and add better context
68
+ If it is not, just answer "Not Propaganda"
69
+
70
  """
71
 
72
  rag_prompt = ChatPromptTemplate.from_template(RAG_PROMPT)