Telegram-Chatbot that uses GPT-3

Command reference:

/start - Basic start command.
/help - Show quick help command.
/reset - Reset the conversation.
/retry - Retry the current input.
/username - Set your character. See /help
/botname - Set the bot character. See /help 

Set these options in the python file:

#OpenAI API key
openai.api_key = "YOUR OPENAI API KEY GOES HERE"
#Telegram bot key
tgkey = "YOUR TELEGRAM BOT KEY GOES HERE"

Run the Program by

$ python bot.py