Helix

Results 4 comments of Helix

Running into the same problem. Any way to maybe sanitize the string to not run into this problem?

Seems to be a problem with some unicode characters. Encoding to ascii and then decoding back to utf-8 works. ```python import unicodedata ... text = "My Random Character text" text...

> I think what he means is that the pretrained LLM has it's own knowledge outside of his document. He probably has not uploaded a document about captain america. However...

Can someone guide me how can i integrate this into a streamlit app. So when i run it i can replicate the html file code into my app