Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 260 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 260 Bytes

Demo for using OpenAI threads with AI/ML API.

See ./src/index.js for code.

Configuring

cp ./.env.default ./.env

Open .env file and add your AI/ML API token

API_TOKEN=<YOUR TOKEN HERE>

Starting

npm run start