Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 545 Bytes

README.md

File metadata and controls

26 lines (18 loc) · 545 Bytes

Description

This application allows you to use telegram bot to send messages to openAI.

This code is not an example of clean code :-)

Installation

$ npm install

You need rename file ".env.example" -> ".env" and replace fake data in file. Then:

Running the app

# development
$ npm run start

# watch mode
$ npm run start:dev