vericudebuget commited on
Commit
88b6b78
·
verified ·
1 Parent(s): fa11edf

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
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):