BenBranyon commited on
Commit
dc71b72
1 Parent(s): 3f62be8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -7,7 +7,6 @@ client = InferenceClient("BenBranyon/zephyr-sumbot-all-songs")
7
  def respond(
8
  message,
9
  history: list[tuple[str, str]],
10
- system_message,
11
  max_tokens,
12
  temperature,
13
  top_p,
 
7
  def respond(
8
  message,
9
  history: list[tuple[str, str]],
 
10
  max_tokens,
11
  temperature,
12
  top_p,