Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -79,7 +79,6 @@ def create_tools(cfg):
|
|
79 |
[query_financial_reports]
|
80 |
)
|
81 |
|
82 |
-
@st.cache_resource
|
83 |
def initialize_agent(agent_type: AgentType, _cfg):
|
84 |
date = datetime.datetime.now().strftime("%Y-%m-%d")
|
85 |
financial_bot_instructions = f"""
|
|
|
79 |
[query_financial_reports]
|
80 |
)
|
81 |
|
|
|
82 |
def initialize_agent(agent_type: AgentType, _cfg):
|
83 |
date = datetime.datetime.now().strftime("%Y-%m-%d")
|
84 |
financial_bot_instructions = f"""
|