Powered by OpenAI Uses Davinci Engine
Note:- The AI uses OpenAI Module, so you need to download it,
pip install openai
also, to use OpenAI, you need to log into or create your OpenAI account at this link
then you need to go to documents > quickstart and scroll down to secret api key and generate one
Note:- Once the secret api key is copied, OpenAI will not show the key again. I personnaly advice that you copy the key somewhere
you need to replace the yourapikey
in line with your actual api key
api_key = "yourapikey"
openai.api_key = api_key
- OpenAI Module
- OpenAI Account
- OpenAI API Key
- The AI can remember what conversation happened by reading the
chathistory.txt
file - The memory of AI can be cleared by deleting the contents of
chathistory.txt
. Don't delete the file itself - Uses Davinci Engine, the most powerfull free text generating AI engine created by OpenAI
- Can exit the program using "E" or "e"