diff --git a/README.md b/README.md index d1b604b4..25d12898 100644 --- a/README.md +++ b/README.md @@ -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,