From 4407a5e79c0d7622e987b06fcc15b3a8fa19aa9a Mon Sep 17 00:00:00 2001 From: Ashpreet Bedi Date: Fri, 8 Nov 2024 14:09:04 +0000 Subject: [PATCH] update --- cookbook/agents/02_finance_agent.py | 2 +- cookbook/agents/06_playground.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cookbook/agents/02_finance_agent.py b/cookbook/agents/02_finance_agent.py index 7f4ae76e7..43725416c 100644 --- a/cookbook/agents/02_finance_agent.py +++ b/cookbook/agents/02_finance_agent.py @@ -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 diff --git a/cookbook/agents/06_playground.py b/cookbook/agents/06_playground.py index 67e92d082..9d497069f 100644 --- a/cookbook/agents/06_playground.py +++ b/cookbook/agents/06_playground.py @@ -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