Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -10,6 +10,7 @@ client = InferenceClient("mistralai/Mixtral-8x7B-Instruct-v0.1")
|
|
10 |
system_prompt_templates = {
|
11 |
r"\btime\b|\bhour\b|\bclock\b": "server log: ~This message was sent at {formatted_time}.~",
|
12 |
r"\bdate\b|\bcalendar\b": "server log: ~Today's date is {formatted_date}.~",
|
|
|
13 |
|
14 |
|
15 |
def format_prompt(message, history, system_prompt):
|
|
|
10 |
system_prompt_templates = {
|
11 |
r"\btime\b|\bhour\b|\bclock\b": "server log: ~This message was sent at {formatted_time}.~",
|
12 |
r"\bdate\b|\bcalendar\b": "server log: ~Today's date is {formatted_date}.~",
|
13 |
+
}
|
14 |
|
15 |
|
16 |
def format_prompt(message, history, system_prompt):
|