Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -15,7 +15,6 @@ def get_random_api_key():
|
|
15 |
def respond(
|
16 |
message,
|
17 |
history: list[tuple[str, str]],
|
18 |
-
system_role_name,
|
19 |
max_tokens,
|
20 |
temperature,
|
21 |
top_p,
|
|
|
15 |
def respond(
|
16 |
message,
|
17 |
history: list[tuple[str, str]],
|
|
|
18 |
max_tokens,
|
19 |
temperature,
|
20 |
top_p,
|