-
Notifications
You must be signed in to change notification settings - Fork 44.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Telegram Bot integration & Voice Prompt #1135
Conversation
Wlad version
Merge pull request #1 from Wladastic/wlad-version
@Wladastic There are conflicts. |
It also doesn't work yet... I have issues starting it, because telegram expects you to run your server from within the telegram bot, as it's run_polling method waits for input and freezes the thread lol |
If it doesn't work yet GitHub lets you to convert a PR to a draft PR |
Conflicts have been resolved! 🎉 A maintainer will review the pull request shortly. |
This pull request has conflicts with the base branch, please resolve those so we can evaluate the pull request. |
Conflicts have been resolved! 🎉 A maintainer will review the pull request shortly. |
This pull request has conflicts with the base branch, please resolve those so we can evaluate the pull request. |
Conflicts have been resolved! 🎉 A maintainer will review the pull request shortly. |
Like #2593, this is functionality that fits better in a plugin than in the core. If you need help converting it to a plugin, [at]BillSchumacher is happy to help. :) |
Yup we already talk. |
I started making a plugin here: |
Background
Adding 2 new prompt options:
Changes
Documentation
You have to create a telegram bot with botfather and get the chat_id after chatting with your bot the first time.
Once you set the bot up run:
To start run from AutoGPT folder :"python ./autogpt/start_bot.py --gpt3only"
or "python3 ./autogpt/start_bot.py --gpt3only"
it passes all the arguments into autogpt.
It will tell you through telegram to send "/start" to start it.
You can always use "/stop" to stop it and "/start" to start again.
I made the bot be able to restart your autogpt by this ;-)
Test Plan
PR Quality Checklist