auto-gpt-ts
Version:
my take of Auto-GPT in typescript
2 lines (1 loc) • 323 B
TypeScript
export declare function runAutoGpt(continuous: boolean, continuousLimit: number, aiSettings: string, skipReprompt: boolean, speak: boolean, debug: boolean, gpt3only: boolean, gpt4only: boolean, memoryType: string, browserName: string, allowDownloads: boolean, skipNews: boolean, workspaceDirectory: string): Promise<void>;