Spaces:
Sleeping
Sleeping
removed keys
Browse files
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 = '
|
429 |
-
pinecone_key = '
|
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")
|