Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kyegomez authored Jul 30, 2024
1 parent 33f4923 commit 55e7f18
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,6 @@ from swarms import Agent, Anthropic
from swarms.prompts.finance_agent_sys_prompt import (
FINANCIAL_AGENT_SYS_PROMPT,
)
from swarms.utils.data_to_text import data_to_text

# Initilaize the chromadb client
chromadb = ChromaDB(
Expand Down Expand Up @@ -177,13 +176,11 @@ agent = Agent(
)


contract = data_to_text("your_contract_pdf.pdf")

agent.run(
f"Analyze the following contract and give me a full summary: {contract}"
"What are the components of a startups stock incentive equity plan"
)


```

-------
Expand Down

0 comments on commit 55e7f18

Please sign in to comment.