Skip to content
This repository has been archived by the owner on Jul 13, 2024. It is now read-only.

Latest commit

 

History

History
10 lines (8 loc) · 406 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 406 Bytes

A Simple SSR webapp to communicate with OpenAI ChatGPT-3

Starting the application:

  • Install dependencies via npm ci
  • Setup environment variables:
    • OPEN_AI_KEY: The Api key for OpenAI issued by yourself
    • OPEN_AI_ORG: The id of the organization that is issued to you by OpenAI
  • Start the application via npm start

You will now be able to interact with the webapp on localhost:3000