Resolved PR comments from Boris
This commit is contained in:
@ -41,10 +41,9 @@
|
||||
"from sklearn.manifold import TSNE\n",
|
||||
"import matplotlib\n",
|
||||
"import matplotlib.pyplot as plt\n",
|
||||
"import os\n",
|
||||
"\n",
|
||||
"from helpers import OPENAI_API_KEY\n",
|
||||
"\n",
|
||||
"openai.api_key = OPENAI_API_KEY\n",
|
||||
"openai.api_key = os.getenv(\"OPENAI_API_KEY\")\n",
|
||||
"COMPLETIONS_MODEL = \"text-davinci-002\"\n",
|
||||
"\n",
|
||||
"# This path leads to a file with embeddings created in the notebook linked above\n",
|
||||
|
Reference in New Issue
Block a user