UNPKG

whatsapp-claude-gpt

Version:

WhatsApp-Claude-GPT is an advanced chatbot for WhatsApp, integrating AI language models for text conversations, image generation, and voice messages.

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