Rooni commited on
Commit
f7e9af8
1 Parent(s): eb85fef

Update app.py

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