UNPKG

nuxt-live-editor

Version:
5 lines (4 loc) 170 B
import OpenAI from 'openai'; export declare const useChatGPT: () => { completion: (prompt: string) => Promise<OpenAI.Chat.Completions.ChatCompletion | undefined>; };