/OpenAIBot

Bot to interact with OpenAI via Telegram

Primary LanguageJavaScriptMIT LicenseMIT

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 .