Update app.py
Browse files
app.py
CHANGED
@@ -91,8 +91,8 @@ def get_vectorstore(text_chunks : list) -> FAISS:
|
|
91 |
|
92 |
def get_conversation_chain(vectorstore:FAISS) -> ConversationalRetrievalChain:
|
93 |
llm = HuggingFaceHub(
|
94 |
-
repo_id="mistralai/Mixtral-8x7B-Instruct-v0.1",
|
95 |
-
|
96 |
model_kwargs={"temperature": 0.5, "max_length": 1048},
|
97 |
)
|
98 |
|
|
|
91 |
|
92 |
def get_conversation_chain(vectorstore:FAISS) -> ConversationalRetrievalChain:
|
93 |
llm = HuggingFaceHub(
|
94 |
+
#repo_id="mistralai/Mixtral-8x7B-Instruct-v0.1",
|
95 |
+
repo_id="TheBloke/Mixtral-8x7B-Instruct-v0.1-GGUF"
|
96 |
model_kwargs={"temperature": 0.5, "max_length": 1048},
|
97 |
)
|
98 |
|