https://github.com/steamship-core/autogpt-telegram-chatbot
https://github.com/steamship-core/autogpt-telegram-chatbot
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/steamship-core/autogpt-telegram-chatbot
- Owner: steamship-packages
- Created: 2023-04-17T11:39:10.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-06-10T20:10:08.000Z (almost 2 years ago)
- Last Synced: 2024-06-15T07:35:44.712Z (10 months ago)
- Language: Python
- Size: 1.36 MB
- Stars: 448
- Watchers: 9
- Forks: 78
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-ChatGPT-repositories - autogpt-telegram-chatbot - it's here! autogpt for your mobile.communicate with your own version of autogpt via telegram. proud to open source this project. can't wait to see what we'll build together! (Chatbots)
README
# Tutorial: Deploy your own AutoGPT Telegram bot
💛 Credits to [yoheinakajima](https://twitter.com/yoheinakajima) for bringing [babyagi](https://github.com/yoheinakajima/babyagi) to life.
This project contains the necessary scaffolding to deploy your own AutoGPT/BabyAGI via LangChain agents with memory.
These 3 steps should get you online. If not, shoot me a message on [Discord](https://steamship.com/discord). Happy to help you out.
Let's go:
The no-coder way 😎
1. **Step 1:** Go to https://www.steamship.com/build/auto-gpt
2. **Step 2:** Click **launch**
3. **Step 3:** Copy-paste your bot token and click create 🚀
The coder way 💻
1. **Step 1:** Edit the AutoGPT agent in `src/babyagi.py`. You can also use the vanilla babyagi in the file.
3. **Step 2:** Pip install the latest `steamship_langchain`: `pip install --upgrade steamship_langchain`
4. **Step 3:** Run `python deploy.py`. The script will ask you to copy-paste your bot token. Learn how to get a Telegram bot token [here](docs/register-telegram-bot.md).