Back to Owl

Learning Assistant

community_usecase/learning-assistant/README.md

latest584 B
Original Source

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
bash
OPENAI_API_KEY = 'xxx'
  1. Copy the python script to the owl/examples folder.

  2. Run the script

bash
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