broadfield commited on
Commit
27fc254
·
verified ·
1 Parent(s): adc6fa8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -9,6 +9,7 @@ pp=PyPiper()
9
  client = InferenceClient("mistralai/Mixtral-8x7B-Instruct-v0.1")
10
 
11
  def format_prompt(message, history):
 
12
  if history:
13
  prompt = "<s>"
14
 
 
9
  client = InferenceClient("mistralai/Mixtral-8x7B-Instruct-v0.1")
10
 
11
  def format_prompt(message, history):
12
+ prompt=""
13
  if history:
14
  prompt = "<s>"
15