This is a simple web application that wraps OpenAI's Chat API.
chatapp-sample.mp4
The application is designed to be simple and can be used as a starting point for customization. For example, this application can be used to create your original web application.
Get an API key from the OpenAI website. Refer to OpenAI's documentation for instructions on obtaining an API key.
Pull the Docker image with the following command.
docker pull ghcr.io/wf-yamaday/gpt-app:latest
Run the following commands to start the application locally:
docker run --name gptapp -p 8000:8000 -e OPENAI_API_KEY=<YOUR_OPENAI_API_KEY> ghcr.io/wf-yamaday/gpt-app:latest
You can use the application by accessing the following URL:
This project is Apache License 2.0 licensed.