mirror of
https://github.com/camel-ai/owl.git
synced 2025-12-26 18:19:42 +08:00
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