File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed
docs-conceptual/AIShell/how-to Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 3939 "docs-conceptual/**/*.md" : " conceptual"
4040 },
4141 "ms.topic" : {
42- "ps-modules/**/*" : " managed- reference" ,
42+ "ps-modules/**/*" : " reference" ,
4343 "docs-conceptual/**/**" : " conceptual" ,
4444 "docs-conceptual/**/get-started/**" : " get-started" ,
4545 "docs-conceptual/**/whats-new/**" : " whats-new" ,
4646 "docs-conceptual/**/how-to/**" : " how-to" ,
47- "docs-conceptual/PSScriptAnalyzer/Rules/**" : " reference"
47+ "docs-conceptual/PSScriptAnalyzer/Rules/**" : " language- reference"
4848 }
4949 },
5050 "globalMetadata" : {
Original file line number Diff line number Diff line change @@ -67,6 +67,10 @@ editor. Update the file based on the following example:
6767}
6868```
6969
70+ > [ !NOTE]
71+ > The endpoint for the Azure OpenAI configuration does not need a full endpoint including the deployment,
72+ > for example you can just use the following endpoint format, ` https://<YourServiceName>.openai.azure.com ` .
73+
7074## GPT
7175
7276GPTs are tailored versions of base OpenAI models. You use a GPT to provide focused responses based on
You can’t perform that action at this time.
0 commit comments