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/ssebastianoo/OpenAIBot
cd OpenAIBot
npm i
cp example.config.js config.js
# edit config.js with your token and api key
node .