Skip to content

Commit

Permalink
Update aryn-elasticsearch-blog-dataprep.ipynb
Browse files Browse the repository at this point in the history
Add API key placeholder
  • Loading branch information
jonfritz authored Jan 15, 2025
1 parent ad20194 commit 4c0150f
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
"import pyarrow.fs\n",
"\n",
"llm = OpenAI(OpenAIModels.GPT_4O_MINI)\n",
"os.environ[\"ARYN_API_KEY"\] = "<MY-ARYN-API-KEY>"\n",
"\n",
"paths = [\"s3://aryn-public/ntsb/\"]\n",
"\n",
Expand Down

0 comments on commit 4c0150f

Please sign in to comment.