Update load_llms.py
Browse files- 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 |
-
|
48 |
-
|
49 |
-
|
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 |
|