tiktoken icon indicating copy to clipboard operation
tiktoken copied to clipboard

Cloudflare worker Uncaught ReferenceError: FinalizationRegistry is not defined

Open EiffelFly opened this issue 2 years ago • 8 comments
trafficstars

Hi, thanks for building this tool! I had encountered a problem when I tried to run this repo in cloudflare worker.

you could go to this repo to reproduce repo

  • pnpm i at the root folder
  • go into /packages/api folder and pnpm dev
  • select turn on local mode in the terminal

Then you will see the issue happening.

It is quite hard to find the solution on the web, so I am curious about how do you test the package on Cloudflare worker and make it work.

EiffelFly avatar May 24 '23 10:05 EiffelFly