Jeremy Longshore

Quick Start

#

Get your first AI integration running in 5 minutes.

Prerequisites

#

Installation

#

Option 1: Node.js

#

npm init -y
npm install openai

Option 2: Python

#

pip install openai

Your First AI Integration

#

Create a file called app.js (Node.js) or app.py (Python):

#Start Ai Tools