Skip to content

Chatbot API built over GPT3 which memorizes previous chat prompts/chat.

Notifications You must be signed in to change notification settings

ujjwall-R/wrapGPT

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GPT3-wrapper-using-memorisation-in-GO

Installation & Usage

Must have GO installed. MongoDB Atlas string required to facilitate memorization in long term

go build
go run main.go

Send POST request on http://localhost:5001/

{
    "userid":"",
    "prompt":""
}

About

Chatbot API built over GPT3 which memorizes previous chat prompts/chat.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages