We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3e98ea commit da08aa0Copy full SHA for da08aa0
examples/azure/embeddings.ipynb
@@ -53,7 +53,7 @@
53
},
54
{
55
"cell_type": "code",
56
- "execution_count": 2,
+ "execution_count": null,
57
"metadata": {},
58
"outputs": [],
59
"source": [
@@ -71,7 +71,7 @@
71
72
73
74
- "execution_count": 3,
75
76
77
@@ -107,7 +107,7 @@
107
108
109
110
- "execution_count": 5,
111
112
113
openai
@@ -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