Install dependencies
cd examples
cp template.env .env
npm install
Modify .env and add your private key
Rest of this README assumes you are in the examples
directory
Chat GPT example
npm run chat
Chat Vision example
npm run chat_vision
Agent example
npm run agent