ujjwall-R / wrapGPT

Chatbot API built over GPT3 which memorizes previous chat prompts/chat.
5 stars 0 forks source link
chatbot go golang gpt-3 mongodb

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":""
}