Ritesh-hf commited on
Commit
678bffc
1 Parent(s): b89b12b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -88,7 +88,7 @@ retriever = PineconeHybridSearchRetriever(
88
  )
89
 
90
  # Initialize LLM
91
- llm = ChatGroq(model="llama-3.1-8b-instant", temperature=0, max_tokens=1024, max_retries=2)
92
 
93
  # Contextualization prompt and retriever
94
  contextualize_q_system_prompt = """Given a chat history and the latest user question \
 
88
  )
89
 
90
  # Initialize LLM
91
+ llm = ChatGroq(model="llama-3.1-70b-versatile", temperature=0, max_tokens=1024, max_retries=2)
92
 
93
  # Contextualization prompt and retriever
94
  contextualize_q_system_prompt = """Given a chat history and the latest user question \