Chat GPT

You can use Chat GPT on your notebook

Download the “Ask AI” package

! pip install git+https://github.com/radekosmulski/ask_ai.git

You will need to get/have a OpenAI key and add it to your environment with the variable name OPENAI_API_KEY. Run the following cell with your key:

os.environ["OPENAI_API_KEY"] = "<OPENAI-KEY>"

After configuring your environment, load the magic cells of the package:

And use %%ai_ask to start a conversation and %%ai_continue to continue a conversation

Can you design a french deck class in python?