import { ModelName } from "@polymath-ai/types"; declare const DEFAULT_MAX_TOKENS_COMPLETION = 1024; declare const DEFAULT_MAX_TOKENS_FOR_MODEL = 4000; declare const EMBEDDING_VECTOR_LENGTH = 1536; declare function getMaxTokensForModel(model: ModelName): number; export { getMaxTokensForModel, DEFAULT_MAX_TOKENS_COMPLETION, DEFAULT_MAX_TOKENS_FOR_MODEL, EMBEDDING_VECTOR_LENGTH, }; //# sourceMappingURL=utils.d.ts.map