Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -53,8 +53,8 @@ alt_retriever = vectorstore.as_retriever()
|
|
53 |
llm = ChatOpenAI(model="gpt-4o")
|
54 |
|
55 |
RAG_PROMPT = """\
|
56 |
-
You are
|
57 |
-
Given a provided context and question, you must answer the
|
58 |
Think through your answer carefully and step by step.
|
59 |
|
60 |
Context: {context}
|
|
|
53 |
llm = ChatOpenAI(model="gpt-4o")
|
54 |
|
55 |
RAG_PROMPT = """\
|
56 |
+
You are a propaganda expert.
|
57 |
+
Given a provided context and question, you must answer if the piece of text is propaganda and which techniques are used.
|
58 |
Think through your answer carefully and step by step.
|
59 |
|
60 |
Context: {context}
|