|
10 | 10 | }, |
11 | 11 | { |
12 | 12 | "cell_type": "code", |
13 | | - "execution_count": 23, |
| 13 | + "execution_count": null, |
14 | 14 | "metadata": {}, |
15 | | - "outputs": [ |
16 | | - { |
17 | | - "name": "stdout", |
18 | | - "output_type": "stream", |
19 | | - "text": [ |
20 | | - "Requirement already satisfied: openai in /Users/kelseysun/anaconda3/lib/python3.11/site-packages (1.16.2)\n", |
21 | | - "Requirement already satisfied: anyio<5,>=3.5.0 in /Users/kelseysun/anaconda3/lib/python3.11/site-packages (from openai) (3.5.0)\n", |
22 | | - "Requirement already satisfied: distro<2,>=1.7.0 in /Users/kelseysun/anaconda3/lib/python3.11/site-packages (from openai) (1.9.0)\n", |
23 | | - "Requirement already satisfied: httpx<1,>=0.23.0 in /Users/kelseysun/anaconda3/lib/python3.11/site-packages (from openai) (0.26.0)\n", |
24 | | - "Requirement already satisfied: pydantic<3,>=1.9.0 in /Users/kelseysun/anaconda3/lib/python3.11/site-packages (from openai) (1.10.8)\n", |
25 | | - "Requirement already satisfied: sniffio in /Users/kelseysun/anaconda3/lib/python3.11/site-packages (from openai) (1.2.0)\n", |
26 | | - "Requirement already satisfied: tqdm>4 in /Users/kelseysun/anaconda3/lib/python3.11/site-packages (from openai) (4.65.0)\n", |
27 | | - "Requirement already satisfied: typing-extensions<5,>=4.7 in /Users/kelseysun/anaconda3/lib/python3.11/site-packages (from openai) (4.10.0)\n", |
28 | | - "Requirement already satisfied: idna>=2.8 in /Users/kelseysun/anaconda3/lib/python3.11/site-packages (from anyio<5,>=3.5.0->openai) (3.4)\n", |
29 | | - "Requirement already satisfied: certifi in /Users/kelseysun/anaconda3/lib/python3.11/site-packages (from httpx<1,>=0.23.0->openai) (2024.2.2)\n", |
30 | | - "Requirement already satisfied: httpcore==1.* in /Users/kelseysun/anaconda3/lib/python3.11/site-packages (from httpx<1,>=0.23.0->openai) (1.0.2)\n", |
31 | | - "Requirement already satisfied: h11<0.15,>=0.13 in /Users/kelseysun/anaconda3/lib/python3.11/site-packages (from httpcore==1.*->httpx<1,>=0.23.0->openai) (0.14.0)\n", |
32 | | - "Note: you may need to restart the kernel to use updated packages.\n" |
33 | | - ] |
34 | | - } |
35 | | - ], |
| 15 | + "outputs": [], |
36 | 16 | "source": [ |
37 | 17 | "# if needed, install and/or upgrade to the latest version of the OpenAI Python library\n", |
38 | 18 | "%pip install --upgrade openai" |
|
0 commit comments