avinashmhto commited on
Commit
f51750a
·
1 Parent(s): 377a29b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -6,7 +6,7 @@ import streamlit as st
6
 
7
  from langchain.llms import OpenAI
8
  import os
9
- os.environ["OPENAI_API_KEY"] = "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"
10
 
11
 
12
  #Function to return the response
 
6
 
7
  from langchain.llms import OpenAI
8
  import os
9
+ os.environ["OPENAI_API_KEY"] = ""
10
 
11
 
12
  #Function to return the response