This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import openai | |
| import os | |
| from IPython.core.getipython import get_ipython | |
| openai.api_key = "YOUR_API_KEY_HERE" | |
| prompt_hist = "" | |
| def create_new_cell(contents): | |
| shell = get_ipython() | |
| payload = dict( |