/cgpt

selfhosted chatgpt like service using openai apis (with APIs + Frontend and Session Storage)

Primary LanguageTypeScriptGNU General Public License v2.0GPL-2.0

cgpt

selfhosted chatgpt like service using openai apis (with APIs + Frontend and Session Storage)


Getting Started

Update docker-compose.yml/.env file with OPEN AI API Key.

Run the Frontend + API server and run Mongo DB Docker containers -

docker compose up -d

Open http://localhost:3000 with your browser to see the result.

Screenshots -

image

image

A super Simple Login System - to separate Conversation History by Username

image