Update app.py
Browse files
app.py
CHANGED
@@ -21,7 +21,6 @@ terminators = [
|
|
21 |
def respond(
|
22 |
message,
|
23 |
history: list[tuple[str, str]],
|
24 |
-
system_message,
|
25 |
max_tokens,
|
26 |
temperature,
|
27 |
top_p,
|
|
|
21 |
def respond(
|
22 |
message,
|
23 |
history: list[tuple[str, str]],
|
|
|
24 |
max_tokens,
|
25 |
temperature,
|
26 |
top_p,
|