https://github.com/milliorn/chatgpt-clone
ChatGPT clone project that allows you to run an AI-powered chatbot locally
https://github.com/milliorn/chatgpt-clone
api-integration artifical-intelligence chatgpt-app chatgpt-bot conversational-ai deep-learning dialogue-systems express-js expressjs human-like language-model machine-learning natural-language-processing natural-language-understanding nlp-machine-learning openai-chatgpt reactjs text-based text-completion text-generation
Last synced: 15 days ago
JSON representation
ChatGPT clone project that allows you to run an AI-powered chatbot locally
- Host: GitHub
- URL: https://github.com/milliorn/chatgpt-clone
- Owner: milliorn
- Created: 2023-04-19T00:49:59.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-08T01:08:18.000Z (about 1 year ago)
- Last Synced: 2024-10-06T12:41:56.929Z (12 months ago)
- Topics: api-integration, artifical-intelligence, chatgpt-app, chatgpt-bot, conversational-ai, deep-learning, dialogue-systems, express-js, expressjs, human-like, language-model, machine-learning, natural-language-processing, natural-language-understanding, nlp-machine-learning, openai-chatgpt, reactjs, text-based, text-completion, text-generation
- Language: TypeScript
- Homepage:
- Size: 320 KB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.MD
- Security: SECURITY.md
Awesome Lists containing this project
README
# ChatGPT Clone
[](https://opensource.org/licenses/MIT)
[](https://github.com/milliorn/chatgpt-clone/stargazers)
[](https://github.com/milliorn/chatgpt-clone/network)
[](https://github.com/milliorn/chatgpt-clone/issues)
[](https://github.com/milliorn/chatgpt-clone/pulls)## Description
This repository contains a ChatGPT clone project that allows you to run an AI-powered chatbot locally. The project is built on the GPT-3.5 architecture, providing a simple and customizable implementation for developing conversational AI applications.
## Preview

## Features
- AI-powered chatbot powered by OpenAI's GPT-3.5 model.
- Local deployment to run the chatbot on your machine.
- Customizable conversation handling and input/output formatting.
- Extensible architecture for adding additional functionality.## Installation
To get started with the ChatGPT clone, follow these steps:
1. Clone the repository:
git clone2. Install the dependencies:
cd chatgpt-clone
npm install## Usage
Set up your OpenAI API credentials by creating a `.env` file in the project's root directory and adding your API key:
OPENAI_API_KEY=1. Start the chatbot server:
npm run dev:backend2. Start the frontend development server:
npm run dev:frontendAccess the chatbot in your web browser at [http://localhost:3000](http://localhost:3000)
## Configuration
Contributions are welcome! If you encounter any issues or have suggestions for improvements, please feel free to create an issue or submit a pull request.