norsu commited on
Commit
3b731e1
1 Parent(s): 72bacb6

Upload app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -37,7 +37,7 @@ def get_vectorstore(text_chunks):
37
 
38
  def get_conversation_chain(vectorstore):
39
  llm = HuggingFaceHub(
40
- repo_id="mistralai/Mixtral-7B-v0.1",
41
  )
42
 
43
  memory = ConversationBufferMemory(memory_key="chat_history", return_messages=True)
 
37
 
38
  def get_conversation_chain(vectorstore):
39
  llm = HuggingFaceHub(
40
+ repo_id="mistralai/Mistral-7B-v0.1",
41
  )
42
 
43
  memory = ConversationBufferMemory(memory_key="chat_history", return_messages=True)