Traceback (most recent call last):
File "C:\Users\<userprofile>\Documents\samplescript.py", line 1, in <module>
import llmdet
File "C:\Users\<userprofile>\miniconda3\envs\llmdetect\lib\site-packages\llmdet\__init__.py", line 23, in <module>
from .detector import load_probability
File "C:\Users\<userprofile>\miniconda3\envs\llmdetect\lib\site-packages\llmdet\detector.py", line 93
if isinstance(text, str):
^
IndentationError: unindent does not match any outer indentation level
Comment wrong indention (line 88) causing indention error
Example error: