You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{"role": "system", "content": "You are a financial analyst expert at extracting structured data from bank statements. Return valid JSON only."},
586
+
{"role": "system", "content": "You are a financial analyst expert at extracting structured data from Indian bank statements. All monetary values are in Indian Rupees (INR). Return valid JSON only."},
587
587
{"role": "user", "content": llm_prompt}
588
588
],
589
589
response_format={"type": "json_object"},
@@ -744,7 +744,7 @@ def extract_itr_hybrid(text):
744
744
response=client.chat.completions.create(
745
745
model="gpt-4o",
746
746
messages=[
747
-
{"role": "system", "content": "You are a tax expert analyzing ITR documents. Extract all financial data accurately. Return valid JSON only."},
747
+
{"role": "system", "content": "You are a tax expert analyzing Indian ITR documents. All monetary values are in Indian Rupees (INR). Extract all financial data accurately. Return valid JSON only."},
{"role": "system", "content": "You are an insurance expert analyzing insurance policies. Extract all details accurately based on the insurance type. Return valid JSON only."},
938
+
{"role": "system", "content": "You are an insurance expert analyzing Indian insurance policies. All monetary values are in Indian Rupees (INR). Extract all details accurately based on the insurance type. Return valid JSON only."},
{"role": "system", "content": "You are a mutual fund analysis expert. Extract structured data into a valid JSON format."},
1031
+
{"role": "system", "content": "You are a mutual fund analysis expert for Indian markets. All monetary values are in Indian Rupees (INR). Extract structured data into a valid JSON format."},
system="You craft debt optimization advice for Indian retail clients. Be specific and conservative."
479
+
system="You craft debt optimization advice for Indian retail clients. Be specific and conservative. IMPORTANT: All monetary values MUST be in Indian Rupees (₹ or Rs.). NEVER use dollars ($) or any other currency."
system="You design emergency fund guidance aligned with Indian norms (6+ months as baseline)."
500
+
system="You design emergency fund guidance aligned with Indian norms (6+ months as baseline). IMPORTANT: All monetary values MUST be in Indian Rupees (₹ or Rs.). NEVER use dollars ($) or any other currency."
system="You explain risk profile and asset allocation rationale simply and accurately."
524
+
system="You explain risk profile and asset allocation rationale for Indian clients simply and accurately. IMPORTANT: All monetary values MUST be in Indian Rupees (₹ or Rs.). NEVER use dollars ($) or any other currency."
system="You write a crisp executive summary for Indian retail clients."
748
+
system="You write a crisp executive summary for Indian retail clients. IMPORTANT: All monetary values MUST be in Indian Rupees (₹ or Rs.). NEVER use dollars ($) or any other currency."
744
749
user= (
745
750
"Section: Executive Summary\n"
746
751
"You are given short outlines from multiple sections. Create a concise summary.\n"
0 commit comments