Skip to content

Commit

Permalink
Update Obtain_dataset.ipynb
Browse files Browse the repository at this point in the history
  • Loading branch information
nickduran committed Jun 10, 2023
1 parent c3cdf65 commit dfaee16
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion examples/Obtain_dataset.ipynb
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"cells": [
{
"attachments": {},
"cell_type": "markdown",
"metadata": {},
"source": [
Expand Down Expand Up @@ -28,8 +29,10 @@
"# imports\n",
"import pandas as pd\n",
"import tiktoken\n",
"import openai\n",
"\n",
"from openai.embeddings_utils import get_embedding\n"
"openai.api_key = \"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\"\n",
"# from openai.embeddings_utils import get_embedding"
]
},
{
Expand Down

0 comments on commit dfaee16

Please sign in to comment.