Skip to content

manukyansirarpi/ai-agent

Repository files navigation

Build an AI Agent from Scratch

Setup Instructions

This repo requires Node.js version 20+ or bun v1.0.20.

You will also need an API Key from OpenAI.

npm install # or bun install

To run the project:

npm start

OpenAI API Key

Create an API Key from OpenAI and save it in a .env file:

OPENAI_API_KEY='YOUR_API_KEY'

running prompts examples

npm start "make me a meme image from a random dad joke"

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published