Skip to content

CodyWMitchell/GPT3-Chatbot-API

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GPT3-Chatbot

Part of a Hackathon project

ENVIRONMENT VARIABLES

To run, this project requires as .env file with following variables:

API_KEY Your OpenAI GPT-3 KEY

AUTH_TOKEN A string required to be passed with each request in the Authorization header

Request format

Example Request:

curl -X POST -H "Content-Type: application/json" -d '{"prompt": "Hello, how are you?", "personality": "gaga-bot"}' http://localhost:3000/chat

About

Part of a Hackathon project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published