You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you are new to using Microsoft Entra ID for authentication see [How to configure Azure OpenAI Service with Microsoft Entra ID authentication](../how-to/managed-identity.md).
21
21
22
22
```python
23
+
import os
23
24
from pydantic import BaseModel
24
25
from openai import AzureOpenAI
25
26
from azure.identity import DefaultAzureCredential, get_bearer_token_provider
0 commit comments