Skip to content

Commit 68e62bb

Browse files
committed
update
1 parent 422b131 commit 68e62bb

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

Labs/lab_0_explore_and_use_models.ipynb

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,11 @@
3333
"source": [
3434
"When using the OpenAI client library, the Azure OpenAI `key` and `endpoint` for the service are needed. In this case, ensure the Azure OpenAI `key` and `endpoint` is located in a `.env` file in the root of this project, you will need to create this file. The `.env` file should contain the following values (replace the value with your own `key` and `endpoint`):\n",
3535
"\n",
36+
"```\n",
3637
"AOAI_ENDPOINT = \"https://<resource>.openai.azure.com/\"\n",
3738
"\n",
38-
"AOAI_KEY = \"<key>\"\n"
39+
"AOAI_KEY = \"<key>\"\n",
40+
"```"
3941
]
4042
},
4143
{
@@ -69,7 +71,7 @@
6971
},
7072
{
7173
"cell_type": "code",
72-
"execution_count": 6,
74+
"execution_count": 8,
7375
"metadata": {},
7476
"outputs": [],
7577
"source": [
@@ -137,7 +139,7 @@
137139
"name": "python",
138140
"nbconvert_exporter": "python",
139141
"pygments_lexer": "ipython3",
140-
"version": "3.11.7"
142+
"version": "3.12.3"
141143
}
142144
},
143145
"nbformat": 4,

0 commit comments

Comments
 (0)