Skip to content

Commit

Permalink
Update README.md typo in agent + ltm example
Browse files Browse the repository at this point in the history
Remove  type annotation
  • Loading branch information
evelynmitchell authored Jul 11, 2024
1 parent 6861e1d commit 549c88b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ llm = OpenAIChat(
## Initialize the workflow
agent = Agent(
llm=llm,
agent_name: str = "WellNess Agent",
agent_name = "WellNess Agent",
name = "Health and Wellness Blog",
system_prompt="Generate a 10,000 word blog on health and wellness.",
max_loops=4,
Expand Down

0 comments on commit 549c88b

Please sign in to comment.