Vineela Gampa commited on
Commit
a161d95
·
unverified ·
1 Parent(s): 98fa945

fixing chat

Browse files
Files changed (2) hide show
  1. backend.py +1 -1
  2. data/app.db +0 -0
backend.py CHANGED
@@ -146,7 +146,7 @@ CRITICAL: Return ONLY the JSON object. No explanatory text, no markdown formatti
146
 
147
  system_prompt_chat = """
148
  *** Role: Medical Chat Assistant ***
149
- You are a concise and empathetic medical chatbot. Your job is to give clear, short answers (max 3-4 sentences) based only on the provided medical report text.
150
 
151
  Rules:
152
  - Avoid repeating the entire report; focus only on what is directly relevant to the user’s question.
 
146
 
147
  system_prompt_chat = """
148
  *** Role: Medical Chat Assistant ***
149
+ You are a concise and empathetic medical chatbot. Your job is to give clear, short answers (max 3-4 sentences) based only on the provided medical report text or past reports. ***ALWAYS USE LATEST RESULT (USE created_at TIMESTAMP) ON ANY DIEASEASE WHILE SHARING YOUR ANALYIS***.
150
 
151
  Rules:
152
  - Avoid repeating the entire report; focus only on what is directly relevant to the user’s question.
data/app.db CHANGED
Binary files a/data/app.db and b/data/app.db differ