refactor tokenizer

This commit is contained in:
Paul Gauthier 2024-04-19 12:08:35 -07:00
parent 6f1cebc4c2
commit 547ae142ba
3 changed files with 4 additions and 9 deletions

View file

@ -27,7 +27,6 @@ class Commands:
voice_language = None
self.voice_language = voice_language
self.tokenizer = coder.main_model.tokenizer
def cmd_web(self, args):
"Use headless selenium to scrape a webpage and add the content to the chat"