yxmauw commited on
Commit
5ab2260
1 Parent(s): 04dfd37

Update load_llms.py

Browse files
Files changed (1) hide show
  1. load_llms.py +3 -1
load_llms.py CHANGED
@@ -37,7 +37,9 @@ def replace_starttags(html_string, replacements):
37
  def format_html_string(html_string):
38
  """Format the HTML string to a readable text format."""
39
  tags_to_remove = ["ul", "li", "br", "strong",
40
- "a href='https://opensource.org/license/mit", "a"]
 
 
41
  html_string = remove_endtags(html_string, tags_to_remove)
42
 
43
  tag_replacements = {
 
37
  def format_html_string(html_string):
38
  """Format the HTML string to a readable text format."""
39
  tags_to_remove = ["ul", "li", "br", "strong",
40
+ "a href='https://opensource.org/license/mit'",
41
+ "a href='https://llama.meta.com/llama3/license/'"
42
+ "a"]
43
  html_string = remove_endtags(html_string, tags_to_remove)
44
 
45
  tag_replacements = {