Ensure suffix delimiter begins with a space

#2
by pcuenq HF staff - opened
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -15,7 +15,7 @@ API_URL = "https://api-inference.huggingface.co/models/codellama/CodeLlama-7b-hf
15
 
16
  FIM_PREFIX = "<PRE> "
17
  FIM_MIDDLE = " <MID>"
18
- FIM_SUFFIX = "<SUF>"
19
 
20
  FIM_INDICATOR = "<FILL_HERE>"
21
 
 
15
 
16
  FIM_PREFIX = "<PRE> "
17
  FIM_MIDDLE = " <MID>"
18
+ FIM_SUFFIX = " <SUF>"
19
 
20
  FIM_INDICATOR = "<FILL_HERE>"
21