Skip to content

Latest commit

 

History

History
14 lines (13 loc) · 378 Bytes

README.md

File metadata and controls

14 lines (13 loc) · 378 Bytes

OpenAI Bot

A Telegram bot to interact with OpenAI Use /ask <question> to ask a question to OpenAI and get a response.

Use the bot

hosting

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 .