UNPKG

nicechat

Version:

An extensible AI chat framework for OpenAi's models

2 lines (1 loc) 92 B
export declare function chat(apiKey: string, model: string, system: string): Promise<void>;