├── ai-chatbot.zip └── README.md /ai-chatbot.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mvkro1/AI-Chatbot/HEAD/ai-chatbot.zip -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # AI-Chatbot 2 | 3 | 📌 Description: 4 | 5 | An AI-powered chatbot integrated with Telegram and Discord, using OpenAI’s GPT model. 6 | 7 | 📜 Features: 8 | 9 | • Supports OpenAI GPT 10 | • Telegram and Discord integration 11 | • Automated responses 12 | 13 | 📂 File Structure: 14 | 15 | /ai-chatbot 16 | ├── models/ # Pre-trained AI models 17 | ├── integrations/ # Telegram, Discord bots 18 | ├── chatbot.py # Main chatbot script 19 | ├── README.md # Setup guide 20 | ├── config.yaml # Bot settings 21 | 22 | 🚀 How to Run: 23 | 24 | pip install -r requirements.txt 25 | python chatbot.py 26 | --------------------------------------------------------------------------------