Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -88,7 +88,7 @@ retriever = PineconeHybridSearchRetriever(
|
|
88 |
)
|
89 |
|
90 |
# Initialize LLM
|
91 |
-
llm = ChatGroq(model="llama-3.1-
|
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 \
|