Skip to content

Commit 933055c

Browse files
authored
Update upload_ht_to_ai.py
1 parent 22198e5 commit 933055c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

scripts/upload_ht_to_ai.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@
99
from openai import OpenAI
1010

1111
# Initialize OpenAI client
12-
for name in os.environ:
13-
print(name)
1412
client = OpenAI(api_key=os.getenv("MY_OPENAI_API_KEY"))
1513

1614
# Vector Store ID

0 commit comments

Comments
 (0)