Update README.md

pull/552/head
Kye Gomez 5 months ago committed by GitHub
parent 33f4923c6d
commit 55e7f186a8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -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(
@ -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"
)
```
-------

Loading…
Cancel
Save