Skip to content

Commit 2edf2af

Browse files
committed
what did i just do
1 parent 35e7219 commit 2edf2af

File tree

6 files changed

+7
-29
lines changed

6 files changed

+7
-29
lines changed

.DS_Store

6 KB
Binary file not shown.

Basic_Samples/.DS_Store

6 KB
Binary file not shown.

Basic_Samples/Chat/.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# Ignore .env files
2+
.env

Basic_Samples/Chat/chatGPT_managing_conversation.ipynb

Lines changed: 2 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -10,29 +10,9 @@
1010
},
1111
{
1212
"cell_type": "code",
13-
"execution_count": 23,
13+
"execution_count": null,
1414
"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": [],
3616
"source": [
3717
"# if needed, install and/or upgrade to the latest version of the OpenAI Python library\n",
3818
"%pip install --upgrade openai"

Basic_Samples/Chat/config.json

Lines changed: 0 additions & 5 deletions
This file was deleted.

Basic_Samples/Completions/completions_with_dynamic_prompt.ipynb

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@
2626
"metadata": {
2727
"scrolled": true,
2828
"tags": []
29-
}
29+
},
30+
"outputs": [],
3031
"source": [
3132
"# if needed, upgrade to the latest version of the OpenAI Python library\n",
3233
"%pip install --upgrade openai\n",
@@ -658,7 +659,7 @@
658659
"name": "python",
659660
"nbconvert_exporter": "python",
660661
"pygments_lexer": "ipython3",
661-
"version": "3.1.undefined"
662+
"version": "3.11.5"
662663
}
663664
},
664665
"nbformat": 4,

0 commit comments

Comments
 (0)