UNPKG

whatsapp-claude-gpt

Version:

WhatsApp-Claude-GPT is a WhatsApp chatbot that supports multiple AI providers for chat, optional image generation/editing, and voice (speech-to-text and text-to-speech). It’s built for natural, contextual conversations and can now also handle reminders an

10 lines (9 loc) 200 B
export interface OpenaiAiconfig{ baseURL?: string; apiKey?: string; chatModel: string; imageModel: string; transcriptionModel: string; speechModel: string; speechVoice: any; }