fishytorts commited on
Commit
cdd1cf3
·
verified ·
1 Parent(s): 1361b37

removed dotenv

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -113,8 +113,8 @@ uploaded_files = st.file_uploader("", help='Up to five images only.', type=["jpg
113
  #############
114
 
115
  # Retrieve the OpenAI API Key from secrets
116
- load_dotenv()
117
- api_key = os.getenv("OPENAI_API_KEY")
118
 
119
  # docs = [
120
  # Document(
 
113
  #############
114
 
115
  # Retrieve the OpenAI API Key from secrets
116
+ # load_dotenv()
117
+ # api_key = os.getenv("OPENAI_API_KEY")
118
 
119
  # docs = [
120
  # Document(