Skip to content

ssebastianoo/OpenAIBot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 .