Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -106,7 +106,7 @@ def get_conversation_chain(vectorstore):
106
 
107
  """
108
  llm = HuggingFaceHub(
109
- repo_id="mistralai/Mixtral-8x7B-Instruct-v0.1",
110
  model_kwargs={"temperature": 0.5, "max_length": 1048},
111
  )
112
  # llm = ChatOpenAI(temperature=0, model="gpt-3.5-turbo-0613")
 
106
 
107
  """
108
  llm = HuggingFaceHub(
109
+ repo_id="microsoft/phi-2",#"mistralai/Mixtral-8x7B-Instruct-v0.1",
110
  model_kwargs={"temperature": 0.5, "max_length": 1048},
111
  )
112
  # llm = ChatOpenAI(temperature=0, model="gpt-3.5-turbo-0613")