Until ChatGPT has a better auth client solution or provides an API. I am pausing all work on this project and am working on a GPT3 alternative solution here https://github.com/chitalian/dreamsubmarine
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