This application allows you to use telegram bot to send messages to openAI.
This code is not an example of clean code :-)
$ npm install
You need rename file ".env.example" -> ".env" and replace fake data in file. Then:
- Create new telegram bot. You need call https://t.me/BotFather
- Create OPENAI_API_KEY on https://openai.com/
- Use your telegram user name to access the functionality of your bot.
# development
$ npm run start
# watch mode
$ npm run start:dev