JPLTedCas commited on
Commit
016d374
·
verified ·
1 Parent(s): 03bd337

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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)