Skip to content

Latest commit

 

History

8 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

egpt

making chatgpt accessible to those who can't

code breakdown

server.js: Basic express server that listens on port 8080, it has two routes the / route which is invoked via a get request to get the HTML, CSS and JS and /ask route which is invoked via a post request and the request body constains your question

gpt.js: this function contains the necessary code to interact with GPT-3 it uses the api key in the .env file and specifies the model to be used alone with the question you asked

Frontend code made by steven samir

About

making ChatGPT accessible for those who can't

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages