yxmauw commited on
Commit
023c0dd
1 Parent(s): d7fd676

Update load_llms.py

Browse files
Files changed (1) hide show
  1. load_llms.py +3 -3
load_llms.py CHANGED
@@ -44,9 +44,9 @@ def format_html_string(html_string):
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/'>": "",
49
- "<a href='https://atlas.nomic.ai/'>": "",
50
  }
51
  formatted_string = replace_starttags(html_string, starttag_replacements)
52
 
 
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/">': "",
49
+ '<a href="https://atlas.nomic.ai/">': "",
50
  }
51
  formatted_string = replace_starttags(html_string, starttag_replacements)
52