UNPKG

@tonytruong/chatbot-ai-lib

Version:

AI-powered healthcare automation, document parsing, OpenAI, embeddings, RAG, vector DB, Facebook OAuth.

6 lines 287 B
export declare function getReplyWithContext(prompt: string, userId: string, context?: string, options?: { apiKey?: string; model?: string; }): Promise<string>; export declare function clearConversation(userId: string): boolean; //# sourceMappingURL=OpenAIService.d.ts.map