mirror of
https://github.com/camel-ai/owl.git
synced 2025-12-26 10:07:51 +08:00
Learning Assistant
This code example searches the internet for relevant learning materials depending on the user's knowledge level and devises a concrete learning roadmap all tailored to the user.
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.
-
Video demo - https://drive.google.com/drive/folders/1msrNNwjeZ0DKhSXCi2w1ljz_hULSusa_?usp=sharing