Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thewickedkarma/amadeus
A Telegram Chatbot written in Python3 making use of OpenAI's GPT3 model (Da Vinci Engine). You can fork and deploy this repo on heroku.
https://github.com/thewickedkarma/amadeus
amadeus artificial-intelligence chatbot gpt3 openai python3 steins-gate telegram
Last synced: about 8 hours ago
JSON representation
A Telegram Chatbot written in Python3 making use of OpenAI's GPT3 model (Da Vinci Engine). You can fork and deploy this repo on heroku.
- Host: GitHub
- URL: https://github.com/thewickedkarma/amadeus
- Owner: thewickedkarma
- License: gpl-3.0
- Created: 2022-02-19T17:29:54.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-02-24T06:29:35.000Z (over 1 year ago)
- Last Synced: 2023-04-24T15:52:46.819Z (over 1 year ago)
- Topics: amadeus, artificial-intelligence, chatbot, gpt3, openai, python3, steins-gate, telegram
- Language: Python
- Homepage:
- Size: 29.3 KB
- Stars: 19
- Watchers: 1
- Forks: 82
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Amadeus
A Telegram Chatbot written in Python3, making use of OpenAI's GPT3 model (Da Vinci Engine). You can fork and deploy this repo on heroku.# Steps to get your python chatbot working
- Fork this repository
- Make your forked repository private in order to keep your openAI and Telegram Keys safe.
- Now edit the file 'amadeus.py' and replace the keys with the ones you had copied.
- Save the file
- Open heroku, register or login into your account. If you don't know how to do it, you can watch this video.
- Create a new application
- Go to settings, add new buildpack i.e python as we have created the chatbot in python
- Now, under deploy tab, link your github account and deploy the repo you just forked.
- And now coming to overview tab, configure the dyno and turn it on.
- That's it, your chatbot is ready. Enjoy.