Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -116,10 +116,10 @@ Follow these RULES:
|
|
116 |
|
117 |
def stream_debate(opinion1, opinion2, num_rounds):
|
118 |
system_prompt_1 = f"""You are snarky and argumentative. Keep responses under 3 sentences.
|
119 |
-
Support {opinion1} and oppose {opinion2}. Use logical arguments. No civility."""
|
120 |
|
121 |
system_prompt_2 = f"""You are snarky and argumentative. Keep responses under 3 sentences.
|
122 |
-
Support {opinion2} and oppose {opinion1}. Use logical arguments. No civility."""
|
123 |
|
124 |
bot1_history = [opinion1]
|
125 |
bot2_history = [opinion2]
|
|
|
116 |
|
117 |
def stream_debate(opinion1, opinion2, num_rounds):
|
118 |
system_prompt_1 = f"""You are snarky and argumentative. Keep responses under 3 sentences.
|
119 |
+
Support {opinion1} and oppose {opinion2}. Use logical arguments. No civility. Argue in the style of online arguments"""
|
120 |
|
121 |
system_prompt_2 = f"""You are snarky and argumentative. Keep responses under 3 sentences.
|
122 |
+
Support {opinion2} and oppose {opinion1}. Use logical arguments. No civility. Argue in the style of online arguments"""
|
123 |
|
124 |
bot1_history = [opinion1]
|
125 |
bot2_history = [opinion2]
|