Skip to content

Commit 138612b

Browse files
authored
Update responses-basic-aoai-v1.py
1 parent eace9fc commit 138612b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

responses-basic-aoai-v1.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
from openai import OpenAI
33
from dotenv import load_dotenv
44

5-
#load_dotenv()
5+
load_dotenv()
66

77
client = OpenAI(
88
api_key=os.getenv("AZURE_OPENAI_API_KEY"),

0 commit comments

Comments
 (0)