dhanilka commited on
Commit
e788a3e
1 Parent(s): 6967a0f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -5,7 +5,7 @@ client = InferenceClient(
5
  "dhanilka/mistral-rep"
6
  )
7
 
8
- #FDF
9
  def format_prompt(message, history):
10
  prompt = "<s>"
11
  for user_prompt, bot_response in history:
 
5
  "dhanilka/mistral-rep"
6
  )
7
 
8
+
9
  def format_prompt(message, history):
10
  prompt = "<s>"
11
  for user_prompt, bot_response in history: