This project allows you to clone ChatGPT, a natural language processing model, onto a local website using OpenAI's API. The website will allow users to chat with ChatGPT on various topics.
- Clone the project from GitHub
git clone https://github.com/Matribuk/robix_remote.git
- Create an account on https://openai.com/ and obtain an API key
- Add the OpenAI API key to an environment variable named
OPENAI_API_KEY
export OPENAI_API_KEY="API KEY"
setenv OPENAI_API_KEY="API KEY"
- Install Docker and Docker-Compose:
- Run
docker-compose up
from the project root directory
docker-compose up
Once the Docker containers have started, go to http://localhost:3000
in your browser to access the website. You can now chat with ChatGPT by typing in the dialogue box.
Antonin Leprest |
---|
This project uses the ChatGPT model from OpenAI (https://beta.openai.com/docs/models/gpt-3) for conversations.
This project is licensed under the MIT License. See the LICENSE file for more details.