adds comment for openai package
This commit is contained in:
parent
a7d746a7f9
commit
3e997b3214
1 changed files with 1 additions and 1 deletions
|
|
@ -62,7 +62,7 @@
|
|||
"from IPython import display # for pretty printing\n",
|
||||
"import json # for parsing the JSON api responses and model outputs\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 requests # for making the API requests\n",
|
||||
"from tqdm import tqdm # for printing progress bars\n",
|
||||
|
|
|
|||
Loading…
Reference in a new issue