arnabk1 commited on
Commit
d8a7fc0
·
verified ·
1 Parent(s): c8e9b18

removed keys

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -425,8 +425,8 @@ class Head_Agent:
425
  def main():
426
  st.title("Project Chatbot: Steve Jobs Impersonator")
427
  # Set the OpenAI and Pinecone keys
428
- openai_key = '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'
429
- pinecone_key = '82346dbe-725b-4817-abd7-318ec511d56f'
430
  pinecone_index_name = "steve-jobs-emb"
431
 
432
  # print("Initializing the Head_Agent")
 
425
  def main():
426
  st.title("Project Chatbot: Steve Jobs Impersonator")
427
  # Set the OpenAI and Pinecone keys
428
+ openai_key = 'YOUR-OPENAI-KEY'
429
+ pinecone_key = 'YOUR-PINECONE-KEY'
430
  pinecone_index_name = "steve-jobs-emb"
431
 
432
  # print("Initializing the Head_Agent")