Shreyas094 commited on
Commit
f404999
·
verified ·
1 Parent(s): c5fa977

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -516,9 +516,9 @@ After writing the document, please provide a list of sources used in your respon
516
 
517
 
518
  INSTRUCTION_PROMPTS = {
519
- "Asset Managers": "Summarize the key financial metrics, assets under management, and performance highlights for this asset management company.",
520
- "Consumer Finance Companies": "Provide a summary of the company's loan portfolio, interest income, credit quality, and key operational metrics.",
521
- "Mortgage REITs": "Summarize the REIT's mortgage-backed securities portfolio, net interest income, book value per share, and dividend yield.",
522
  # Add more instruction prompts as needed
523
  }
524
 
 
516
 
517
 
518
  INSTRUCTION_PROMPTS = {
519
+ "Asset Managers": "Focus on the Management Discussion and Analysis and Financial Statements sections. Summarize key financial metrics, assets under management, and performance highlights for this asset management company.",
520
+ "Consumer Finance Companies": "Extract relevant data primarily from the Management Discussion and Analysis and Financial Statements. Provide a summary of the company's loan portfolio, interest income, credit quality, and key operational metrics.",
521
+ "Mortgage REITs": "Concentrate on the Financial Statements and Management Discussion and Analysis. Summarize the REIT's mortgage-backed securities portfolio, net interest income, book value per share, and dividend yield.",
522
  # Add more instruction prompts as needed
523
  }
524