Yannael_LB commited on
Commit
cf3523d
1 Parent(s): 2ace188
Files changed (1) hide show
  1. app.py +3 -1
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
- assistant = client.beta.assistants.retrieve(assistant_id)
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