Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -16,7 +16,7 @@ def debate_respond(message, history: list[tuple[str, str]],
|
|
16 |
max_tokens=128, temperature=0.4, top_p=0.95):
|
17 |
if position is None or topic is None:
|
18 |
return f"Please fill the Debate Topic -> choose Debate Master stance -> click START"
|
19 |
-
global topic, position
|
20 |
# System message defining assistant behavior in a debate
|
21 |
system_message = {
|
22 |
"role": "system",
|
|
|
16 |
max_tokens=128, temperature=0.4, top_p=0.95):
|
17 |
if position is None or topic is None:
|
18 |
return f"Please fill the Debate Topic -> choose Debate Master stance -> click START"
|
19 |
+
# global topic, position
|
20 |
# System message defining assistant behavior in a debate
|
21 |
system_message = {
|
22 |
"role": "system",
|