We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22198e5 commit 933055cCopy full SHA for 933055c
scripts/upload_ht_to_ai.py
@@ -9,8 +9,6 @@
9
from openai import OpenAI
10
11
# Initialize OpenAI client
12
-for name in os.environ:
13
- print(name)
14
client = OpenAI(api_key=os.getenv("MY_OPENAI_API_KEY"))
15
16
# Vector Store ID
0 commit comments