Spaces:
Runtime error
Runtime error
removing key
Browse files
utils.py
CHANGED
|
@@ -15,7 +15,6 @@ from langchain.prompts.chat import (
|
|
| 15 |
from langchain.text_splitter import CharacterTextSplitter
|
| 16 |
from langchain.vectorstores.faiss import FAISS
|
| 17 |
|
| 18 |
-
os.environ['OPENAI_API_KEY'] = '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'
|
| 19 |
|
| 20 |
pickle_file = "open_ai.pkl"
|
| 21 |
index_file = "open_ai.index"
|
|
|
|
| 15 |
from langchain.text_splitter import CharacterTextSplitter
|
| 16 |
from langchain.vectorstores.faiss import FAISS
|
| 17 |
|
|
|
|
| 18 |
|
| 19 |
pickle_file = "open_ai.pkl"
|
| 20 |
index_file = "open_ai.index"
|