js-tiktoken-mystist
TypeScript icon, indicating that this package has built-in type declarations

1.0.10 • Public • Published

⏳ js-tiktoken

tiktoken is a BPE tokeniser for use with OpenAI's models. This is a pure JS port of the original tiktoken library.

Install the library from NPM:

npm install js-tiktoken

Usage

Basic usage follows, which includes all the OpenAI encoders and ranks:

import assert from "node:assert";
import { getEncoding, encodingForModel } from "js-tiktoken";

const enc = getEncoding("gpt2");
assert(enc.decode(enc.encode("hello world")) === "hello world");

Readme

Keywords

none

Package Sidebar

Install

npm i js-tiktoken-mystist

Weekly Downloads

1

Version

1.0.10

License

MIT

Unpacked Size

6.58 MB

Total Files

14

Last publish

Collaborators

  • mystist