yxmauw commited on
Commit
78cfe81
1 Parent(s): 668a444

Update load_llms.py

Browse files
Files changed (1) hide show
  1. load_llms.py +1 -1
load_llms.py CHANGED
@@ -42,7 +42,7 @@ def format_html_string(html_string):
42
  starttag_replacements = {
43
  "<ul>": "",
44
  "<li>": "\n➤ ",
45
- "<br>": "",
46
  "<strong>": "",
47
  '<a href="https://opensource.org/license/mit">': "",
48
  '<a href="https://llama.meta.com/llama3/license/">': "",
 
42
  starttag_replacements = {
43
  "<ul>": "",
44
  "<li>": "\n➤ ",
45
+ "<br>": "\n",
46
  "<strong>": "",
47
  '<a href="https://opensource.org/license/mit">': "",
48
  '<a href="https://llama.meta.com/llama3/license/">': "",