Skip to content

Commit 9b5e4a3

Browse files
authored
Update responses-basic-entra-aoai-v1.py
1 parent 3773cc5 commit 9b5e4a3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

responses-basic-entra-aoai-v1.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
from azure.identity import DefaultAzureCredential, get_bearer_token_provider
44
from dotenv import load_dotenv
55

6-
load_dotenv()
6+
#load_dotenv()
77

88
token_provider = get_bearer_token_provider(
99
DefaultAzureCredential(), "https://cognitiveservices.azure.com/.default"

0 commit comments

Comments
 (0)