Yannael_LB
commited on
Commit
•
cf3523d
1
Parent(s):
2ace188
Update
Browse files
app.py
CHANGED
@@ -25,9 +25,11 @@ import time
|
|
25 |
|
26 |
#os.environ["OPENAI_API_KEY"] = "sk-..." # Replace with your key
|
27 |
assistant_id = "asst_7OC3NTeyCjEZrApdLRklplE7"
|
|
|
|
|
28 |
|
29 |
client = openai.OpenAI()
|
30 |
-
|
31 |
|
32 |
#######################################
|
33 |
# TOOLS SETUP
|
|
|
25 |
|
26 |
#os.environ["OPENAI_API_KEY"] = "sk-..." # Replace with your key
|
27 |
assistant_id = "asst_7OC3NTeyCjEZrApdLRklplE7"
|
28 |
+
#And uncomment the following line
|
29 |
+
#assistant = client.beta.assistants.retrieve(assistant_id)
|
30 |
|
31 |
client = openai.OpenAI()
|
32 |
+
|
33 |
|
34 |
#######################################
|
35 |
# TOOLS SETUP
|