Skip to content

Commit da08aa0

Browse files
committed
Changes
1 parent a3e98ea commit da08aa0

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

examples/azure/embeddings.ipynb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
},
5454
{
5555
"cell_type": "code",
56-
"execution_count": 2,
56+
"execution_count": null,
5757
"metadata": {},
5858
"outputs": [],
5959
"source": [
@@ -71,7 +71,7 @@
7171
},
7272
{
7373
"cell_type": "code",
74-
"execution_count": 3,
74+
"execution_count": null,
7575
"metadata": {},
7676
"outputs": [],
7777
"source": [
@@ -107,7 +107,7 @@
107107
},
108108
{
109109
"cell_type": "code",
110-
"execution_count": 5,
110+
"execution_count": null,
111111
"metadata": {},
112112
"outputs": [],
113113
"source": [

openai

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
curl https://api.openai.com/v1/models \
2+
-H "Authorization: Bearer $OPENAI_API_KEY" \
3+
-H "OpenAI-Organization: org-1cae2teLXv6O9IGon14YT50s" \
4+
-H "OpenAI-Project: $PROJECT_ID"

0 commit comments

Comments
 (0)