Skip to content

Commit 2715af7

Browse files
add note about openai endpoint clarification (#292)
* add note about openai endpoint clarification * Fix note formatting in agent-openai.md * add small clarifying note --------- Co-authored-by: Sean Wheeler <[email protected]>
1 parent e0b805b commit 2715af7

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

reference/docs-conceptual/AIShell/how-to/agent-openai.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff 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

7276
GPTs are tailored versions of base OpenAI models. You use a GPT to provide focused responses based on

0 commit comments

Comments
 (0)