Hyeonseo commited on
Commit
4e7a6d1
1 Parent(s): 12b30f9

Update presentation_assistant/env_set.py

Browse files
Files changed (1) hide show
  1. presentation_assistant/env_set.py +0 -3
presentation_assistant/env_set.py CHANGED
@@ -11,9 +11,6 @@ def env_set():
11
  if "PyPDF2" not in installed_packages:
12
  subprocess.run(f"pip install PyPDF2", shell=True)
13
 
14
- if "openai" not in installed_packages:
15
- subprocess.run(f"pip install -q openai", shell=True)
16
-
17
  if "python-pptx" not in installed_packages:
18
  subprocess.run(f"pip install python-pptx", shell=True)
19
 
 
11
  if "PyPDF2" not in installed_packages:
12
  subprocess.run(f"pip install PyPDF2", shell=True)
13
 
 
 
 
14
  if "python-pptx" not in installed_packages:
15
  subprocess.run(f"pip install python-pptx", shell=True)
16