EstherGupta commited on
Commit
1f2adde
1 Parent(s): 9d4186b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -6,7 +6,8 @@ from llama_index.core.settings import Settings
6
  from langchain.embeddings.huggingface import HuggingFaceBgeEmbeddings
7
 
8
 
9
- os.environ["REPLICATE_API_TOKEN"] = st.secrets.replicate_key
 
10
 
11
  st.header("Why Can't We All Just Get Along Chatbot")
12
 
 
6
  from langchain.embeddings.huggingface import HuggingFaceBgeEmbeddings
7
 
8
 
9
+ #os.environ["REPLICATE_API_TOKEN"] = st.secrets.replicate_key
10
+ os.environ.getattribute("REPLICATE_API_TOKEN")
11
 
12
  st.header("Why Can't We All Just Get Along Chatbot")
13