Paul-Joshi commited on
Commit
4899fe2
·
verified ·
1 Parent(s): 1baa828

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -51,7 +51,7 @@ def get_context_retriever_chain(vector_store):
51
  after_rag_prompt = ChatPromptTemplate.from_template(after_rag_template)
52
 
53
  # Initialize the Hugging Face language model (LLM)
54
- llm = HuggingFaceHub(repo_id="amazon/MistralLite")
55
 
56
  # Construct the RAG pipeline
57
  after_rag_chain = (
 
51
  after_rag_prompt = ChatPromptTemplate.from_template(after_rag_template)
52
 
53
  # Initialize the Hugging Face language model (LLM)
54
+ llm = HuggingFaceHub(repo_id="mistralai/Mistral-7B-Instruct-v0.2")
55
 
56
  # Construct the RAG pipeline
57
  after_rag_chain = (