Spaces:
Running
Running
update
Browse files
app.py
CHANGED
@@ -30,7 +30,7 @@ retriever = doc_store.as_retriever(search_type="similarity", search_kwargs={"k":
|
|
30 |
llm = ChatGroq(api_key=os.getenv("GROQ_API_KEY"), model="meta-llama/llama-4-scout-17b-16e-instruct")
|
31 |
|
32 |
chat_prompt = ChatPromptTemplate.from_messages([
|
33 |
-
("system", "You are an intelligent assistant. Use context and chat history to answer."),
|
34 |
MessagesPlaceholder("chat_history"),
|
35 |
("human", "{query}")
|
36 |
])
|
|
|
30 |
llm = ChatGroq(api_key=os.getenv("GROQ_API_KEY"), model="meta-llama/llama-4-scout-17b-16e-instruct")
|
31 |
|
32 |
chat_prompt = ChatPromptTemplate.from_messages([
|
33 |
+
("system", "You are an intelligent assistant. Use context and chat history to answer and don't include tags."),
|
34 |
MessagesPlaceholder("chat_history"),
|
35 |
("human", "{query}")
|
36 |
])
|