gpt-token-utils
Version:
Isomorphic utilities for GPT-3 tokenization and prompt building.
13 lines (12 loc) • 359 B
text/typescript
/**
* @copyright Sister Software. All rights reserved.
* @author Teffen Ellis, et al.
* @license
* See LICENSE file in the project root for full license information.
*/
import { ModelFamiliesMap } from './common.mjs';
/**
* A global store of all model families.
*/
export declare const ModelFamilyStore: ModelFamiliesMap;
export * from './common.mjs';