How To
Clone Cookbook
The phidata cookbook contains in-depth examples and code. From basic agents, function calling, structured output to advanced fine-tuning and evaluations.
Clone the cookbook
1
2
Create a virtual environment
Create a virtual environment with the required libraries and install the project in editable mode. You can use a helper script or run these steps manually.
3
Run any recipe
Set your OPENAI_API_KEY
Install openai
and duckduckgo-search
Run the agents/web_search.py
recipe
Was this page helpful?