@hypertok/vocab-o200k
v1.0.0
Published
o200k_base vocabulary for hypertok format version 1
Readme
@hypertok/vocab-o200k
OpenAI o200k_base encoded as one self-verifying HTK format version 1 file.
import { vocabulary } from "@hypertok/vocab-o200k";
const response = await fetch(vocabulary);
const bytes = new Uint8Array(await response.arrayBuffer());The @hypertok/vocab-o200k package contains vocabulary data and metadata only. It has no runtime or
core dependency. See NOTICE for the pinned source identity and attribution.
