gpt-token-utils
Version:
Isomorphic utilities for GPT-3 tokenization and prompt building.
10 lines (9 loc) • 327 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 { ModelFamily } from './common.mjs';
export declare const GPT4_8KModelFamily: ModelFamily;
export declare const GPT4_32KModelFamily: ModelFamily;