Skip to content

Commit

Permalink
Update investment team
Browse files Browse the repository at this point in the history
  • Loading branch information
ashpreetbedi committed Apr 9, 2024
1 parent c1b36a0 commit 0cdc865
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cookbook/teams/investment.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.",
Expand Down

0 comments on commit 0cdc865

Please sign in to comment.