WildKratts commited on
Commit
d36c795
1 Parent(s): 594bda4

Removed OS OpenAI_API_KEY Reference

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -31,7 +31,6 @@ open_api_key = st.sidebar.text_input(
31
  help="Get your API key from https://openai.com/",
32
  type='password'
33
  )
34
- #os.environ["OPENAI_API_KEY"] = open_api_key
35
  st.session_state['open_api_key'] = open_api_key
36
  #load_dotenv(find_dotenv())
37
 
 
31
  help="Get your API key from https://openai.com/",
32
  type='password'
33
  )
 
34
  st.session_state['open_api_key'] = open_api_key
35
  #load_dotenv(find_dotenv())
36