AI chatbot for WhatsApp
Top 95.2% on sourcepulse
This project provides an AI chatbot for WhatsApp, integrating OpenAI's ChatGPT and DALL-E models via NodeJS and the Baileys library. It offers text-based conversations and text-to-image generation for WhatsApp users, aiming to deliver an advanced conversational experience.
How It Works
The bot leverages the Baileys library for WhatsApp integration and communicates with OpenAI's APIs for natural language processing (ChatGPT) and image generation (DALL-E). Users interact via specific commands (/ai
for text, /img
for images). The core code is encrypted, with a "PRIME" version offering additional features like history mode, GPT-4, DALL-E 3 with resolution mods, and commercial licensing.
Quick Start & Requirements
npm install
.key.json
.Highlighted Details
/ai
for ChatGPT, /img
for DALL-E.Maintenance & Community
The project is maintained by yesbhautik. Links to the creator's website, LinkedIn, and GitHub are provided for connection and support.
Licensing & Compatibility
Licensed under Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License (CC BY-NC-SA 4.0). This license restricts commercial use and derivative works without attribution and sharing under the same terms.
Limitations & Caveats
The "FREE" version has encrypted code, limiting customization and access to advanced features like GPT-4 and DALL-E 3. Commercial use is not permitted under the current license.
1 year ago
Inactive