Spaces:
Runtime error
Runtime error
Jason St George
commited on
Commit
·
bca43c4
1
Parent(s):
a2e7a6d
update app
Browse files
app.py
CHANGED
@@ -7,7 +7,7 @@ from threading import Lock
|
|
7 |
from langchain import PromptTemplate
|
8 |
|
9 |
import os
|
10 |
-
os.
|
11 |
|
12 |
|
13 |
vecpath = "terence_vectorstore.pkl"
|
|
|
7 |
from langchain import PromptTemplate
|
8 |
|
9 |
import os
|
10 |
+
os.environ["OPENAI_API_KEY"] = "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"
|
11 |
|
12 |
|
13 |
vecpath = "terence_vectorstore.pkl"
|