Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/ssebastianoo/openaibot
- Owner: ssebastianoo
- License: mit
- Created: 2022-06-05T10:59:37.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-06-26T14:20:35.000Z (over 2 years ago)
- Last Synced: 2024-05-30T16:51:47.332Z (8 months ago)
- Topics: bot, openai, telegram, telegram-bot
- Language: JavaScript
- Homepage: https://t.me/OpenAiTelegramBot
- Size: 6.84 KB
- Stars: 5
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 .
```