Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -122,7 +122,7 @@ class QASystem:
|
|
122 |
recent_tools = [m for m in reversed(state["messages"]) if m.type == "tool"][::-1]
|
123 |
|
124 |
system_prompt = (
|
125 |
-
"You are a senior legal assistant with knowledge in the Indian legal and judiciary system."
|
126 |
" Provide direct concise summarized answers in 5 sentences based on the following context:\n\n"
|
127 |
f"{' '.join(m.content for m in recent_tools)}"
|
128 |
)
|
|
|
122 |
recent_tools = [m for m in reversed(state["messages"]) if m.type == "tool"][::-1]
|
123 |
|
124 |
system_prompt = (
|
125 |
+
"You are a senior legal assistant with knowledge in the Indian legal and judiciary system.indtroduce yourself for the first quiestion"
|
126 |
" Provide direct concise summarized answers in 5 sentences based on the following context:\n\n"
|
127 |
f"{' '.join(m.content for m in recent_tools)}"
|
128 |
)
|