ali121300 commited on
Commit
ff86aaf
1 Parent(s): d01601c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -55,7 +55,7 @@ def get_conversation_chain(vectorstore:FAISS) -> ConversationalRetrievalChain:
55
  #repo_id="mistralai/Mistral-7B-Instruct-v0.2",
56
  repo_id="mistralai/Mixtral-8x22B-Instruct-v0.1",
57
  #repo_id="TheBloke/Mixtral-8x7B-Instruct-v0.1-GGUF"
58
- model_kwargs={"temperature": 0.1, "max_length": 2048},
59
  )
60
 
61
  memory = ConversationBufferMemory(memory_key="chat_history", return_messages=True)
 
55
  #repo_id="mistralai/Mistral-7B-Instruct-v0.2",
56
  repo_id="mistralai/Mixtral-8x22B-Instruct-v0.1",
57
  #repo_id="TheBloke/Mixtral-8x7B-Instruct-v0.1-GGUF"
58
+ model_kwargs={"temperature": 0.9, "max_length": 2048},
59
  )
60
 
61
  memory = ConversationBufferMemory(memory_key="chat_history", return_messages=True)