Ritesh-hf commited on
Commit
0b433cb
·
verified ·
1 Parent(s): 9a326ca

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -81,7 +81,7 @@ retriever = PineconeHybridSearchRetriever(
81
 
82
  # Initialize LLM
83
  # llm = ChatGroq(model="llama-3.1-70b-versatile", temperature=0, max_tokens=1024, max_retries=2)
84
- llm = ChatPerplexity(temperature=0, pplx_api_key=GROQ_API_KEY, model="llama-3.1-sonar-large-128k-online", max_tokens=1024, max_retries=2)
85
 
86
  # Initialize Reranker
87
  compressor = FlashrankRerank()
 
81
 
82
  # Initialize LLM
83
  # llm = ChatGroq(model="llama-3.1-70b-versatile", temperature=0, max_tokens=1024, max_retries=2)
84
+ llm = ChatPerplexity(temperature=0, pplx_api_key=GROQ_API_KEY, model="llama-3.1-70b-instruct", max_tokens=1024, max_retries=2)
85
 
86
  # Initialize Reranker
87
  compressor = FlashrankRerank()