adds comment for openai package

pull/1077/head
Ted Sanders 1 year ago
parent 83ebad77b8
commit cb1986a398

@ -62,7 +62,7 @@
"from IPython import display # for pretty printing\n", "from IPython import display # for pretty printing\n",
"import json # for parsing the JSON api responses and model outputs\n", "import json # for parsing the JSON api responses and model outputs\n",
"from numpy import dot # for cosine similarity\n", "from numpy import dot # for cosine similarity\n",
"import openai\n", "import openai # for using GPT and getting embeddings\n",
"import os # for loading environment variables\n", "import os # for loading environment variables\n",
"import requests # for making the API requests\n", "import requests # for making the API requests\n",
"from tqdm import tqdm # for printing progress bars\n", "from tqdm import tqdm # for printing progress bars\n",

Loading…
Cancel
Save