A newer version of the Gradio SDK is available:
5.31.0
Personal Dietician
This code example searches for recipes on the internet based on the ingredients you have, refines the content based on a dieterary restriction and generates shopping lists.
How to use
- Set up the OPENAI api key in the .env file
OPENAI_API_KEY = 'xxx'
Copy the python script to the owl/examples folder.
Run the script
python run_gpt4o.py
You can find the entire thought process of the agent within the log file.
Demo Link - https://drive.google.com/drive/folders/10LnMEMf_xQGojHyTAS57vI7oOmjvuKPE?usp=sharing