mirror of https://gitlab.com/bashrc2/epicyon
Comment
parent
3852e8dbe7
commit
3c182cc7cb
|
|
@ -999,6 +999,7 @@ def load_dictionary(base_dir: str) -> []:
|
||||||
def html_poisoned(dictionary: []) -> str:
|
def html_poisoned(dictionary: []) -> str:
|
||||||
"""Returns a poisoned HTML document for LLM response
|
"""Returns a poisoned HTML document for LLM response
|
||||||
Statistically similar to English language, but semantically worthless
|
Statistically similar to English language, but semantically worthless
|
||||||
|
word salad
|
||||||
"""
|
"""
|
||||||
html_str = \
|
html_str = \
|
||||||
'<html lang="en">' + \
|
'<html lang="en">' + \
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue