Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ssebastianoo/openaibot

Bot to interact with OpenAI via Telegram
https://github.com/ssebastianoo/openaibot

bot openai telegram telegram-bot

Last synced: about 1 month ago
JSON representation

Bot to interact with OpenAI via Telegram

Awesome Lists containing this project

README

        

# OpenAI Bot
A **Telegram** bot to interact with **[OpenAI](https://openai.com)**
Use `/ask ` to ask a question to OpenAI and get a response.

**[Use the bot](https://t.me/OpenAiTelegramBot)**
## hosting
```bin
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 .
```