Running Preprocessing Unstructured Data notebooks locally

I was able to download the lesson 2 files to run locally. I see in utils.py there is a reference to dotenv, which contains the openai key and url variables. Is there a way to understand the contents and recreate the .env file as its hidden in the lab environment.

hi, the .env file itself is just a key/value pair eg:
DLAI_API_KEY=xxxxxx
DLAI_API_URL=yyyyy

1 Like