minor bug

#3
by zhangjiaxin2012 - opened

change the following to include tokenize, otherwise return the error

AttributeError: 'NoneType' object has no attribute 'apply_chat_template'

input_prompt = create_prompt(html)

input_prompt = create_prompt(html, tokenizer=tokenizer)

yeah faced the same problem
thanks

Jina AI org

@zhangjiaxin2012 Good catch, the readme content has been updated accordingly.

numb3r3 changed discussion status to closed

Sign up or log in to comment