VishnuRamDebyez commited on
Commit
7310486
·
verified ·
1 Parent(s): 49c6fb7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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
  )