English | 简体中文
Try the ChatGPT Lite Demo Site.
ChatGPT Lite is a lightweight ChatGPT web application built with Next.js and the OpenAI Chat API. It supports both OpenAI and Azure OpenAI accounts.
If you’re looking for a more beginner-friendly ChatGPT UI codebase, check out ChatGPT Minimal.
You need an OpenAI or Azure OpenAI account.
Refer to the Environment Variables section below for required configurations.
Deploy instantly by clicking the button below:
For OpenAI account users:
docker run -d -p 3000:3000 \ -e OPENAI_API_KEY="<YOUR_OPENAI_API_KEY>" \ blrchen/chatgpt-lite
For Azure OpenAI account users:
docker run -d -p 3000:3000 \
-e AZURE_OPENAI_API_BASE_URL="<YOUR_AZURE_OPENAI_ENDPOINT>" \
-e AZURE_OPENAI_API_KEY="<YOUR_AZURE_OPENAI_API_KEY>" \
-e AZURE_OPENAI_DEPLOYMENT="<YOUR_AZURE_OPENAI_DEPLOYMENT_NAME>" \
blrchen/chatgpt-lite
npm install
..env.example
to .env.local
and update environment variables.npm run dev
.http://localhost:3000
in your browser.OPENAI_API_KEY
environment variable in the docker-compose.yml
file.docker-compose build .
.docker-compose up -d
.The following environment variables are required:
For OpenAI account:
Name Description Default Value OPENAI_API_BASE_URL Use this if you plan to use a reverse proxy forapi.openai.com
. https://api.openai.com
OPENAI_API_KEY Secret key obtained from the OpenAI API website. OPENAI_MODEL GPT model to use gpt-3.5-turbo
For Azure OpenAI account:
Name Description AZURE_OPENAI_API_BASE_URL Endpoint (e.g., https://xxx.openai.azure.com). AZURE_OPENAI_API_KEY API Key. AZURE_OPENAI_DEPLOYMENT Model deployment name.PRs of all sizes are welcome.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4