From 0cdc865657b7ae8a7482e390fb88f7361f276e74 Mon Sep 17 00:00:00 2001 From: Ashpreet Bedi Date: Tue, 9 Apr 2024 23:13:27 +0100 Subject: [PATCH] Update investment team --- cookbook/teams/investment.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cookbook/teams/investment.py b/cookbook/teams/investment.py index 02b174194..ab2b13130 100644 --- a/cookbook/teams/investment.py +++ b/cookbook/teams/investment.py @@ -30,7 +30,7 @@ ) research_analyst = Assistant( name="Research Analyst", - llm=Claude(model="claude-3-haiku-20240307"), + llm=Claude(model="claude-3-opus-20240229"), role="Writes research reports on stocks.", tools=[FileTools(base_dir=reports_dir)], description="You are an investment researcher analyst tasked with producing a ranked list of companies based on their investment potential.",