Skip to content

Commit

Permalink
[CLEANUP]
Browse files Browse the repository at this point in the history
  • Loading branch information
Kye Gomez authored and Kye Gomez committed Jul 13, 2024
1 parent 09f5ef6 commit 9f72701
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 9f72701

Please sign in to comment.