An Opensource Telegram bot with AI built using OPENAI GPT-4o model answers to text, image, audio, video & file.
This project aims to demonstrate the power of AI with autonomous bots that can answer questions and also remember conversation history.
- Telegram bot with AI
- Understands text, audio, images, video & file
- Remembers the conversation history
- reset the conversation with the reset command
- install dependencies using pip:
pip install -r requirements.txt- rename the .env.example to .env file and update the variables
cp .env.example .env- start the development server
python main.pyPull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.