DEV Community

Fatih Baltaci
Fatih Baltaci

Posted on

I built a ChatGPT Clone with React and Django, and GPT-4 model wrote most of the code! 🤖

Twitter Thread:

GitHub logo fatihbaltaci / chatgpt-clone

Self Hosted ChatGPT Clone: A Full-Stack Conversational AI Platform powered by React, Django REST Framework, and PostgreSQL and OpenAI's GPT-3.5 API. Most of the code is written by GPT-4 model.

🤖 Self Hosted ChatGPT Clone

ChatGPT Clone: Self Hosted, Full-Stack Conversational AI Platform powered by React, Django REST Framework, and PostgreSQL and OpenAI's GPT-3.5 API. Most of the code is written by GPT-4 model.

ChatGPT Clone - It uses GPT-3.5 to generate responses to messages.

📖 Table of Contents

🚀 Features

  • Self Hosted: You can host the project on your own server or local machine. All the data and OpenAI API Key are stored on your server.
  • Full-Stack: The project is a full-stack project that includes a React frontend, Django REST Framework backend, and PostgreSQL database.
  • Conversational AI: The project uses OpenAI's GPT-3.5 API to generate responses to user inputs.
  • Docker Compose: The project uses Docker Compose to run the project in containers.
  • Django Admin Panel: The project includes a Django Admin Panel to manage the project.
  • Supported OS: The project…




Top comments (0)