Jupyter notebook and tasklist for Asialex 2023 paper
To run the notebook, set up an .env file and request an API key from OpenAI.
In the .env file, include this line:
OPENAI_API_KEY=YOURKEYHERE
To prevent a cell from running, include
%%script echo skipping
as the first line of the cell.