Update app.py
Browse files
app.py
CHANGED
@@ -118,7 +118,7 @@ def create_crewai_crypto_setup(crypto_symbol):
|
|
118 |
Do note include disclaimers or warnings
|
119 |
Remove uneeded words make it concise.
|
120 |
Final output needs to be strictly 2000 characters or less.
|
121 |
-
I will tip you 10,000 dollars if you report great."""
|
122 |
context=[MarketTrends_T1,TechnicalAnalysis_T2,SentimentNews_T3,OpportunitiesRisks_T4],
|
123 |
agent=report_formatting_agent,
|
124 |
)
|
|
|
118 |
Do note include disclaimers or warnings
|
119 |
Remove uneeded words make it concise.
|
120 |
Final output needs to be strictly 2000 characters or less.
|
121 |
+
I will tip you 10,000 dollars if you report great.""",
|
122 |
context=[MarketTrends_T1,TechnicalAnalysis_T2,SentimentNews_T3,OpportunitiesRisks_T4],
|
123 |
agent=report_formatting_agent,
|
124 |
)
|