Merge pull request #529 from evelynmitchell/patch-2

Update README.md typo in agent + ltm example
pull/530/merge
Kye Gomez 6 months ago committed by GitHub
commit 57f2679e4f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -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,

Loading…
Cancel
Save