Skip to content

Commit 0120c3f

Browse files
committed
added clarifying comments
1 parent 6b615f1 commit 0120c3f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Basic_Samples/Chat/chatGPT_managing_conversation.ipynb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@
5353
"deployment_name = os.environ['CHAT_COMPLETIONS_MODEL']\n",
5454
"\n",
5555
"# The base URL for your Azure OpenAI resource. e.g. \"https://<your resource name>.openai.azure.com\"\n",
56+
"# This is the value of the endpoint for your Azure OpenAI resource\n",
5657
"azure_endpoint = os.environ['AZURE_OPENAI_ENDPOINT']\n",
5758
"\n",
5859
"# The API key for your Azure OpenAI resource.\n",

0 commit comments

Comments
 (0)