UNPKG

@eko-ai/eko

Version:

Empowering language to transform human words into action.

13 lines 354 B
type GlobalConfig = { name: string; platform: "windows" | "mac" | "linux"; maxReactNum: number; maxTokens: number; compressThreshold: number; largeTextLength: number; fileTextMaxLength: number; maxDialogueImgFileNum: number; }; declare const config: GlobalConfig; export default config; //# sourceMappingURL=index.d.ts.map