Skip to content

Commit

Permalink
Merge pull request #529 from evelynmitchell/patch-2
Browse files Browse the repository at this point in the history
Update README.md typo in agent + ltm example
  • Loading branch information
kyegomez authored Jul 11, 2024
2 parents 12909bf + 549c88b commit 57f2679
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 @@ -157,7 +157,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 57f2679

Please sign in to comment.