dinhquangson commited on
Commit
97ac132
1 Parent(s): 174db67

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -110,7 +110,7 @@ def get_conversation_chain(vectorstore):
110
 
111
  """
112
  llm = HuggingFaceHub(
113
- repo_id="microsoft/phi-2",#"mistralai/Mixtral-8x7B-Instruct-v0.1",
114
  model_kwargs={"temperature": 0.5, "max_new_tokens": 1024, "max_length": 1048, "top_k": 3, "trust_remote_code": True, "torch_dtype": "auto"},
115
  )
116
  # llm = ChatOpenAI(temperature=0, model="gpt-3.5-turbo-0613")
 
110
 
111
  """
112
  llm = HuggingFaceHub(
113
+ repo_id="mistralai/Mixtral-8x7B-Instruct-v0.1",
114
  model_kwargs={"temperature": 0.5, "max_new_tokens": 1024, "max_length": 1048, "top_k": 3, "trust_remote_code": True, "torch_dtype": "auto"},
115
  )
116
  # llm = ChatOpenAI(temperature=0, model="gpt-3.5-turbo-0613")