mirror of
https://github.com/HackTricks-wiki/hacktricks-cloud.git
synced 2025-12-12 07:40:49 -08:00
Update upload_ht_to_ai.py
This commit is contained in:
@@ -9,8 +9,6 @@ import re
|
||||
from openai import OpenAI
|
||||
|
||||
# Initialize OpenAI client
|
||||
for name in os.environ:
|
||||
print(name)
|
||||
client = OpenAI(api_key=os.getenv("MY_OPENAI_API_KEY"))
|
||||
|
||||
# Vector Store ID
|
||||
|
||||
Reference in New Issue
Block a user