This repo requires Node.js version 20+ or bun v1.0.20. It is a simple test of an LLM agent with some fun tools added
npm install
To run the project:
npm start
Try to ask Generate an image from a random dad joke for example
API Key from OpenAI, save it in .env
file:
OPENAI_API_KEY='YOUR_API_KEY'