/aistorychat

Primary LanguageTypeScriptMIT LicenseMIT

Getting Started

First, run the development server:

You need add the following keys to your env to get this to work

export SESSION_TOKEN=<TOKEN> # see https://github.com/acheong08/ChatGPT on how to get session token
export REPLICATE_API_TOKEN=<Token> # get your API key from here
npm run dev
# or
yarn dev