Commit
·
3164630
1
Parent(s):
f97920f
Update app.py
Browse files
app.py
CHANGED
@@ -22,7 +22,7 @@ class ChatWrapper:
|
|
22 |
# with open("vectorstore.pkl", "rb") as f:
|
23 |
# vectorstore = pickle.load(f)
|
24 |
|
25 |
-
|
26 |
# qa_chain = get_chain(vectorstore)
|
27 |
|
28 |
# print("Chat with your docs!")
|
|
|
22 |
# with open("vectorstore.pkl", "rb") as f:
|
23 |
# vectorstore = pickle.load(f)
|
24 |
|
25 |
+
os.environ["OPENAI_API_KEY"] = api_key
|
26 |
# qa_chain = get_chain(vectorstore)
|
27 |
|
28 |
# print("Chat with your docs!")
|