Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -76,7 +76,7 @@ def predict(
|
|
76 |
contexts = [context for context in retrieved_context['documents']]
|
77 |
rag_template = f"\nHier sind Kontextinformationen:\n" + "\n".join([f"{context}" for context in contexts])
|
78 |
|
79 |
-
prompt = prompt_template.format(impersonation_template=impersonation_template, answer_option_template=answer_option_template,
|
80 |
print(prompt)
|
81 |
|
82 |
else:
|
|
|
76 |
contexts = [context for context in retrieved_context['documents']]
|
77 |
rag_template = f"\nHier sind Kontextinformationen:\n" + "\n".join([f"{context}" for context in contexts])
|
78 |
|
79 |
+
prompt = prompt_template.format(impersonation_template=impersonation_template, answer_option_template=answer_option_template, statement=political_statement[3:], rag_template=rag_template)
|
80 |
print(prompt)
|
81 |
|
82 |
else:
|