muqtasid87 commited on
Commit
aff9731
·
verified ·
1 Parent(s): 08fd398

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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]