Ritesh-hf commited on
Commit
3287c41
·
verified ·
1 Parent(s): ed63aa2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -62,7 +62,7 @@ retriever = PineconeHybridSearchRetriever(
62
  )
63
 
64
  # Initialize LLM
65
- llm = ChatGroq(model="llama-3.1-8b-instant", temperature=0, max_tokens=1024, max_retries=2)
66
 
67
  # Contextualization prompt and retriever
68
  contextualize_q_system_prompt = """Given a chat history and the latest user question \
 
62
  )
63
 
64
  # Initialize LLM
65
+ llm = ChatGroq(model="llama-3.1-70b-versatile", temperature=0, max_tokens=1024, max_retries=2)
66
 
67
  # Contextualization prompt and retriever
68
  contextualize_q_system_prompt = """Given a chat history and the latest user question \