https://github.com/jwest951227/openAIChatbotTelegram
telegram AI chatbot
https://github.com/jwest951227/openAIChatbotTelegram
ai chatbot rag telegram-bot
Last synced: about 1 year ago
JSON representation
telegram AI chatbot
- Host: GitHub
- URL: https://github.com/jwest951227/openAIChatbotTelegram
- Owner: jwest951227
- Created: 2024-04-29T10:16:15.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-04-29T11:18:27.000Z (about 2 years ago)
- Last Synced: 2025-03-09T21:28:17.466Z (over 1 year ago)
- Topics: ai, chatbot, rag, telegram-bot
- Language: Python
- Homepage:
- Size: 4.88 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# This is OpenAI Telegram Bot
# Use Heroku CLI to deploy this bot
deploy repo to heroku
```
git add .
git commit -m "initial commit"
git push heroku master
```
Use the heroku ps command to scale web dynos (worker=1) [refer procfile]
```
heroku ps:scale worker=1
```
check logs details
```
heroku logs --tail
```