Telegram Bat GPT is a project that is a chatbot for Telegram capable of conducting conversations with users using the GPT text generation model. This bot was created using the grammy framework to work with the Telegram API and bun as a JavaScript runtime environment on the server.
###Installation and running:
- Cloning the repository
git clone https://github.com/akella64/telegram-gpt-bot.git
- Go to the project and set the necessary variables in .env
cd ./telegram-gpt-bot && cp sample.env .env
- Install dependencies
bun install
- Launching in development mode
bun dev
Some sections are under development. These are: managing dialogs, changing the bot model, uploading images and files.