Github Repo
https://github.com/learnwithtalhagillani/openai-swarm-basic-demo
Step 1: Create Virtual Environment
python -m venv env
source env/bin/activate
pip install -r requirements.txt
Step 2: Create and Populate DB
python load_data.py
Step 3: Run the program
python main.py
Leave a Reply