UNPKG

@zhengxs/erniebot

Version:

非官方 JS-SDK,可以调用文心大模型的能力,包含文本创作、通用对话、语义向量、AI作图等

5 lines (4 loc) 255 B
export declare function normalize(string: string, encodingSlash?: boolean): string; export declare const castToError: (err: any) => Error; export declare const safeJSON: (text: string) => any; export declare const sleep: (ms: number) => Promise<unknown>;