Blood076 commited on
Commit
e2b8856
·
verified ·
1 Parent(s): b3b5108

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -8,6 +8,7 @@ client = InferenceClient("unsloth/Meta-Llama-3.1-8B-Instruct")
8
 
9
  def respond(
10
  message,
 
11
  history: list[tuple[str, str]],
12
  system_message,
13
  max_tokens,
 
8
 
9
  def respond(
10
  message,
11
+ initial_context_message,
12
  history: list[tuple[str, str]],
13
  system_message,
14
  max_tokens,