UNPKG

auto-gpt-ts

Version:

my take of Auto-GPT in typescript

3 lines (2 loc) 104 B
import { AIConfig } from './config/ai-config'; export declare function promptUser(): Promise<AIConfig>;