MaxLSB commited on
Commit
fc2aea6
·
verified ·
1 Parent(s): 2918965

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -7,6 +7,7 @@ client = InferenceClient("MaxLSB/LeCarnet-8M")
7
 
8
  def respond(
9
  prompt,
 
10
  max_tokens,
11
  temperature,
12
  top_p,
 
7
 
8
  def respond(
9
  prompt,
10
+ chat_history,
11
  max_tokens,
12
  temperature,
13
  top_p,