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 6b615f1 commit 0120c3fCopy full SHA for 0120c3f
Basic_Samples/Chat/chatGPT_managing_conversation.ipynb
@@ -53,6 +53,7 @@
53
"deployment_name = os.environ['CHAT_COMPLETIONS_MODEL']\n",
54
"\n",
55
"# 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",
57
"azure_endpoint = os.environ['AZURE_OPENAI_ENDPOINT']\n",
58
59
"# The API key for your Azure OpenAI resource.\n",
0 commit comments