Shreyas094
commited on
Commit
•
6848cbe
1
Parent(s):
e2808f2
Update app.py
Browse files
app.py
CHANGED
@@ -46,7 +46,7 @@ def clear_cache():
|
|
46 |
PREDEFINED_QUERIES = {
|
47 |
"Recent Earnings": {
|
48 |
"query": "{company} recent quarterly earnings",
|
49 |
-
"instructions": "Provide the most recent quarterly earnings data for {company}. Include revenue, net income, and
|
50 |
},
|
51 |
"Recent News": {
|
52 |
"query": "{company} recent news",
|
|
|
46 |
PREDEFINED_QUERIES = {
|
47 |
"Recent Earnings": {
|
48 |
"query": "{company} recent quarterly earnings",
|
49 |
+
"instructions": "Provide the most recent quarterly earnings data for {company}. Include revenue, net income, loan growth, deposit growth if any, EPS and asset quality. Specify the exact quarter and year."
|
50 |
},
|
51 |
"Recent News": {
|
52 |
"query": "{company} recent news",
|