-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Ts compatibility and next.js #2
Comments
One theory is make sure its utf8 encoded strings ... Does it work as "gpt-3-encoder" I wonder if there is a way of declaring many names anyways looking into it a bit since I'm playing with next.js |
Ok so i have not had to much luck with this but have decided to name this for gptoken JUst for sanity. CHeck out the GPToken branch or yarn install gptoken THen it should work IF you want i made a demo_app folder that has some starting code in it and mainly includes the project properly cd demo_app; npm install; npm start; |
Nice! I just changed Also, the |
Hy!
First of all, thanks for the devtime!
I have three problems;
Encoder.js vs encoder.js
module
When I import it like this;
I think we should declare the module as;
But I have no experience in lib developement.
token detection in browser
For some reason, if the code runs on the frontend with nextjs I don't get proper token resolves, so my tokenStat values are totally useless :(
The text was updated successfully, but these errors were encountered: