Skip to content

spy4x/sage

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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