A Telegram bot to interact with OpenAI
Use /ask <question> to ask a question to OpenAI and get a response.
git clone https://github.com/luckysymb/OpenAI-Telegrambot
cd OpenAI-Telegrambot
npm i
cp example.config.js config.js
# edit config.js with your token and api key
node .