UNPKG

ai-utils.js

Version:

Build AI applications, chatbots, and agents with JavaScript and TypeScript.

6 lines (5 loc) 201 B
import { BasicTokenizer } from "./Tokenizer.js"; /** * Count the number of tokens in the given text. */ export declare function countTokens(tokenizer: BasicTokenizer, text: string): Promise<number>;