Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -5,7 +5,7 @@ client = InferenceClient(
|
|
| 5 |
"mistralai/Mistral-7B-Instruct-v0.1"
|
| 6 |
)
|
| 7 |
|
| 8 |
-
|
| 9 |
def format_prompt(message, history):
|
| 10 |
prompt = "<s>"
|
| 11 |
for user_prompt, bot_response in history:
|
|
|
|
| 5 |
"mistralai/Mistral-7B-Instruct-v0.1"
|
| 6 |
)
|
| 7 |
|
| 8 |
+
|
| 9 |
def format_prompt(message, history):
|
| 10 |
prompt = "<s>"
|
| 11 |
for user_prompt, bot_response in history:
|