-
Notifications
You must be signed in to change notification settings - Fork 10
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
Not working in deno deploy #3
Comments
Looks like the import tiktoken from "npm:tiktoken-node"; |
I am using the supabase edge functions and the npm packages are not available in that Did this package support the cl100k_base encoding for the gpt-turbo-3.5 model |
Did you try using skypack cdn instead of esm.sh? Sometimes using npm packages with skypack.dev works where esm fails |
Did you get this working in the end? |
I am trying to load it in deno with the help of esm.sh but it is giving error:
import statement
The text was updated successfully, but these errors were encountered: