bluemiracle0214 commited on
Commit
c3eb859
·
verified ·
1 Parent(s): 437a18e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -5,7 +5,7 @@ import openai
5
  import gradio as gr
6
 
7
  # OpenAI API 키 설정
8
- openai.api_key = os.getenv('sk-imL9U63-DUjsF2pvXZ99W9qU4GbfcB1p8-hEBKQP8PT3BlbkFJt_m1DM1HvPl-uGqFR-XHvrn5-4p6SMSArteyOI0-8A')
9
 
10
  # Define the Google Drive folder path where PDF files are stored
11
  drive_folder_path = '/home/user/app/Resin'
 
5
  import gradio as gr
6
 
7
  # OpenAI API 키 설정
8
+ openai.api_key = os.getenv('OpenAI-APIKEY')
9
 
10
  # Define the Google Drive folder path where PDF files are stored
11
  drive_folder_path = '/home/user/app/Resin'