mirror of
https://github.com/james-m-jordan/openai-cookbook.git
synced 2025-05-09 19:32:38 +00:00
adds comment for openai package
This commit is contained in:
parent
a7d746a7f9
commit
3e997b3214
@ -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…
x
Reference in New Issue
Block a user