Spaces:
Running
Running
Update agent.py
Browse files
agent.py
CHANGED
@@ -13,6 +13,9 @@ load_dotenv(override=True)
|
|
13 |
|
14 |
|
15 |
tickers = {
|
|
|
|
|
|
|
16 |
"AAPL": "Apple Computer",
|
17 |
"GOOG": "Google",
|
18 |
"AMZN": "Amazon",
|
@@ -24,10 +27,8 @@ tickers = {
|
|
24 |
"AMD": "Advanced Micro Devices",
|
25 |
"INTC": "Intel",
|
26 |
"NFLX": "Netflix",
|
27 |
-
"JPM": "JPMorgan Chase",
|
28 |
"STT": "State Street",
|
29 |
"BK": "Bank of New York Mellon",
|
30 |
-
"C": "Citigroup",
|
31 |
}
|
32 |
years = range(2015, 2025)
|
33 |
initial_prompt = "How can I help you today?"
|
|
|
13 |
|
14 |
|
15 |
tickers = {
|
16 |
+
"C": "Citigroup",
|
17 |
+
"COF": "Capital One",
|
18 |
+
"JPM": "JPMorgan Chase",
|
19 |
"AAPL": "Apple Computer",
|
20 |
"GOOG": "Google",
|
21 |
"AMZN": "Amazon",
|
|
|
27 |
"AMD": "Advanced Micro Devices",
|
28 |
"INTC": "Intel",
|
29 |
"NFLX": "Netflix",
|
|
|
30 |
"STT": "State Street",
|
31 |
"BK": "Bank of New York Mellon",
|
|
|
32 |
}
|
33 |
years = range(2015, 2025)
|
34 |
initial_prompt = "How can I help you today?"
|