Spaces:
Runtime error
Runtime error
svishal2001
commited on
Commit
•
13df24b
1
Parent(s):
6221fe5
Update utils.py
Browse files
utils.py
CHANGED
@@ -24,6 +24,8 @@ from langchain.vectorstores.faiss import FAISS
|
|
24 |
book_url = 'https://www.linkedin.com/in/shreyasachdev/'
|
25 |
book_file = "Book.pdf"
|
26 |
url = 'http://shreyasachdev.com/'
|
|
|
|
|
27 |
|
28 |
|
29 |
gpt_3_5 = OpenAI(model_name='gpt-3.5-turbo',temperature=0)
|
|
|
24 |
book_url = 'https://www.linkedin.com/in/shreyasachdev/'
|
25 |
book_file = "Book.pdf"
|
26 |
url = 'http://shreyasachdev.com/'
|
27 |
+
pickle_file = "open_ai.pkl"
|
28 |
+
index_file = "open_ai.index"
|
29 |
|
30 |
|
31 |
gpt_3_5 = OpenAI(model_name='gpt-3.5-turbo',temperature=0)
|