You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using the sample code for Cloudflare Workers and got these errors in VS Code:
Cannot find module 'tiktoken/lite/init' or its corresponding type declarations.
Cannot find module './node_modules/tiktoken/lite/tiktoken_bg.wasm' or its corresponding type declarations.
Cannot find module 'tiktoken/encoders/cl100k_base.json' or its corresponding type declarations.
Code:
import { init, Tiktoken } from 'tiktoken/lite/init';
import wasm from './node_modules/tiktoken/lite/tiktoken_bg.wasm';
import model from 'tiktoken/encoders/cl100k_base.json';
I double-checked that ./node_modules/tiktoken does exist. Is there a step I'm missing?
The text was updated successfully, but these errors were encountered:
I'm using the sample code for Cloudflare Workers and got these errors in VS Code:
Code:
I double-checked that
./node_modules/tiktoken
does exist. Is there a step I'm missing?The text was updated successfully, but these errors were encountered: