Skip to content

akella64/telegram-gpt-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Telegram Bot GPT

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:

  1. Cloning the repository
git clone https://github.com/akella64/telegram-gpt-bot.git
  1. Go to the project and set the necessary variables in .env
cd ./telegram-gpt-bot && cp sample.env .env
  1. Install dependencies
bun install
  1. Launching in development mode
bun dev

Some sections are under development. These are: managing dialogs, changing the bot model, uploading images and files.

About

Telegram bot GPT Chat.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published