eugene-kamenev / openai-telegram-bot

openai telegram bot for private messages & groups

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

openai-telegram-bot

openai telegram bot for private messages & groups

Usage

git clone https://github.com/discountry/openai-telegram-bot.git
cd openai-telegram-bot

npm i

cp example.config.js config.js

# edit config.js with your token and api key
vim config.js

# test
node index.js

# run in background
npm install -g pm2

pm2 start index.js

# use chatgpt api when you run out of money
pm2 start chat.js

Interactions

/ask

ask normal questions or let the bot write code for you.

/ask how old are you

/fix

get grammer and typo fix.

/fix he am dgo

/image

get image reply from dalle2 model.

/image doge with twitter to the moon

/reload

reload chat history. The bot will forget everything.

/reload

About

openai telegram bot for private messages & groups

License:MIT License


Languages

Language:JavaScript 100.0%