From 9f7270151594682aea3d8f7c785680449ecde04f Mon Sep 17 00:00:00 2001 From: Kye Gomez Date: Fri, 12 Jul 2024 18:49:15 -0700 Subject: [PATCH] [CLEANUP] --- README.md | 7 ------- 1 file changed, 7 deletions(-) diff --git a/README.md b/README.md index a4e0cad1..e7b3a02d 100644 --- a/README.md +++ b/README.md @@ -149,18 +149,11 @@ chromadb = ChromaDB( # Initialize the agent agent = Agent( -<<<<<<< HEAD - llm=llm, - agent_name = "WellNess Agent", - system_prompt="Generate a 10,000 word blog on health and wellness.", - max_loops=4, -======= agent_name="Financial-Analysis-Agent", system_prompt=FINANCIAL_AGENT_SYS_PROMPT, agent_description="Agent creates ", llm=Anthropic(anthropic_api_key=os.getenv("ANTHROPIC_API_KEY")), max_loops="auto", ->>>>>>> e0f65ebc ([DOCS][CLEANUP][Examples]) autosave=True, # dynamic_temperature_enabled=True, dashboard=False,