Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -62,7 +62,7 @@ retriever = PineconeHybridSearchRetriever(
|
|
62 |
)
|
63 |
|
64 |
# Initialize LLM
|
65 |
-
llm = ChatGroq(model="llama-3.1-
|
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 \
|