Skip to content

Commit 6474690

Browse files
committed
fix ending marker for tab
1 parent 838a571 commit 6474690

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

articles/ai-services/openai/includes/javascript.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -285,6 +285,8 @@ main().catch((err) => {
285285
module.exports = { main };
286286
```
287287

288+
---
289+
288290
> [!NOTE]
289291
> If your receive the error: *Error occurred: OpenAIError: The `apiKey` and `azureADTokenProvider` arguments are mutually exclusive; only one can be passed at a time.* You may need to remove a pre-existing environment variable for the API key from your system. Even though the Microsoft Entra ID code sample is not explicitly referencing the API key environment variable, if one is present on the system executing this sample, this error will still be generated.
290292

0 commit comments

Comments
 (0)