Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
ashpreetbedi committed Nov 8, 2024
1 parent 579a180 commit 4407a5e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cookbook/agents/02_finance_agent.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"""Run `pip install yfinance` to install dependencies."""
"""Run `pip install openai yfinance phidata` to install dependencies."""

from phi.agent import Agent
from phi.model.openai import OpenAIChat
Expand Down
2 changes: 1 addition & 1 deletion cookbook/agents/06_playground.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"""Run `pip install yfinance phidata 'fastapi[standard]'` to install dependencies."""
"""Run `pip install openai yfinance duckduckgo-search phidata 'fastapi[standard]' sqlalchemy` to install dependencies."""

from phi.agent import Agent
from phi.model.openai import OpenAIChat
Expand Down

0 comments on commit 4407a5e

Please sign in to comment.