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

A simple SSR web application using the OpenAI API to interact with ChatGPT

License

Notifications You must be signed in to change notification settings

Seppo007/ChatGPT_SSR_Webapp_POC

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A simple SSR web application using the OpenAI API to interact with ChatGPT

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published