JPLTedCas commited on
Commit
03bd337
·
verified ·
1 Parent(s): 899b797

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -67,8 +67,8 @@ def get_vectorstore(text_chunks : list) -> FAISS:
67
  def get_conversation_chain(vectorstore:FAISS) -> ConversationalRetrievalChain:
68
  # llm = ChatOpenAI(temperature=0, model="gpt-3.5-turbo-0613")
69
  llm = HuggingFaceHub(
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
  )
 
67
  def get_conversation_chain(vectorstore:FAISS) -> ConversationalRetrievalChain:
68
  # llm = ChatOpenAI(temperature=0, model="gpt-3.5-turbo-0613")
69
  llm = HuggingFaceHub(
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
  )