Closed this issue 2 years ago · 1 comments
The docs should say GPT3NodeTokenizer right?
GPT3NodeTokenizer
@dluc So if you notice index.ts in source, GPT3NodeTokenizer is a default export, so you can just name it to whatever you like during import.
index.ts
import GPT3Tokenizer from 'gpt3-tokenizer';
Hope this helps!