2025-03-20 09:36:06 +05:30

584 B

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

  1. Set up the OPENAI api key in the .env file
OPENAI_API_KEY = 'xxx'
  1. Copy the python script to the owl/examples folder.

  2. Run the script

python run_gpt4o.py
  1. You can find the entire thought process of the agent within the log file.

  2. Video demo - https://drive.google.com/drive/folders/1msrNNwjeZ0DKhSXCi2w1ljz_hULSusa_?usp=sharing