Skip to content

Latest commit

 

History

History
35 lines (22 loc) · 540 Bytes

README.md

File metadata and controls

35 lines (22 loc) · 540 Bytes

Sage

A bot powered by OpenAI ChatGPT and Dall-e.

Requirements

To run the bot your'll need OpenAI API key. To deploy the bot to AWS you'll need AWS account and AWS CLI configured.

Obtain OpenAI API key here.

Put it to .env file:

OPENAI_API_KEY=...

Usage

Install dependencies:

pnpm i

Run locally:

pnpm dev

Deploy with SST to AWS (How to init AWS/SST):

pnpm sst:deploy