kashyaparun commited on
Commit
7400c9b
·
verified ·
1 Parent(s): ad6bc94

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -83,7 +83,7 @@ with st.sidebar:
83
  api_key = st.text_input("Enter your OpenAI API Key", type="password",
84
  help="Required for the AI model to function")
85
  if api_key:
86
- os.environ["OPENAI_API_KEY"] = api_key
87
 
88
  st.divider()
89
 
 
83
  api_key = st.text_input("Enter your OpenAI API Key", type="password",
84
  help="Required for the AI model to function")
85
  if api_key:
86
+ os.environ["OPENAI_API_KEY"] = "sk-proj-iQ8piK0xt54XBKEI4nDzCg9CZE7a13xZqCaN1B78zqZTyhBwrXOCjfMjNWG0w1gprhdj6_"
87
 
88
  st.divider()
89