Introducing Socket Firewall: Free, Proactive Protection for Your Software Supply Chain.Learn More
Socket
Book a DemoInstallSign in
Socket

@jill64/cf-tiktoken

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install
Package was removed
Sorry, it seems this package was removed from the registry

@jill64/cf-tiktoken

⏳ js-tiktoken on Cloudflare Pages

unpublished
latest
Source
npmnpm
Version
1.0.12
Version published
Maintainers
1
Created
Source

@jill64/cf-tiktoken

npm-version npm-license npm-download-month npm-min-size

⏳ js-tiktoken on Cloudflare Pages

Currently js-tiktoken does not work with Cloudflare Pages due to worker size limitations.
This library uses conditional export to exclude js-tiktoken implementations from Cloudflare worker bundles.

[!IMPORTANT] This is not the library that makes js-tiktoken work on Cloudflare Workers.

Installation

npm i @jill64/cf-tiktoken
// This function can be imported by both edge and browser.
// however, on edge it returns invalid output regardless of the input value.
import { encodingForModel } from '@jill64/cf-tiktoken'

export const fn = () => {
  const enc = encodingForModel('gpt-4')
  // ...
}

License

MIT

Keywords

bpe

FAQs

Package last updated on 22 Apr 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts