Spaces:
Runtime error
Runtime error
Update utils.py
Browse files
utils.py
CHANGED
@@ -19,7 +19,7 @@ from langchain.vectorstores.faiss import FAISS
|
|
19 |
pickle_file = "open_ai.pkl"
|
20 |
index_file = "open_ai.index"
|
21 |
|
22 |
-
gpt_3_5 = OpenAI(model_name='
|
23 |
|
24 |
embeddings = OpenAIEmbeddings()
|
25 |
|
|
|
19 |
pickle_file = "open_ai.pkl"
|
20 |
index_file = "open_ai.index"
|
21 |
|
22 |
+
gpt_3_5 = OpenAI(model_name='gpt-4',temperature=0)
|
23 |
|
24 |
embeddings = OpenAIEmbeddings()
|
25 |
|