Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -70,7 +70,7 @@ def get_conversation_chain(vectorstore:FAISS) -> ConversationalRetrievalChain:
|
|
70 |
repo_id="mistralai/Mixtral-8x7B-Instruct-v0.1",
|
71 |
#repo_id="clibrain/lince-mistral-7b-it-es",
|
72 |
#repo_id="TheBloke/Mixtral-8x7B-Instruct-v0.1-GGUF"
|
73 |
-
model_kwargs={"temperature": 0.5, "max_length": 1048
|
74 |
)
|
75 |
|
76 |
memory = ConversationBufferMemory(memory_key="chat_history", return_messages=True)
|
|
|
70 |
repo_id="mistralai/Mixtral-8x7B-Instruct-v0.1",
|
71 |
#repo_id="clibrain/lince-mistral-7b-it-es",
|
72 |
#repo_id="TheBloke/Mixtral-8x7B-Instruct-v0.1-GGUF"
|
73 |
+
model_kwargs={"temperature": 0.5, "max_length": 2096},#1048
|
74 |
)
|
75 |
|
76 |
memory = ConversationBufferMemory(memory_key="chat_history", return_messages=True)
|