Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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)
|