Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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 |
|