Overview:
The project is a fork from chatgpt-demo with specific branches for different functionalities like token-based message list trimming. It allows users to control the website through customizable environment variables, such as the OpenAI API key and model parameters.
Features:
- Branches: Includes main, endless, and promplate-demo branches for different features.
- Environment Variables: Users can customize project settings using environment variables.
- Control Website: Control the website behavior through various environment variables.
Installation:
To install the theme, you can follow these steps:
- Clone the repository:
git clone [repository_url]
- Install dependencies:
npm install
- Set up environment variables in a file named
.env
:OPENAI_API_KEY=your_api_key OPENAI_API_TEMPERATURE=1.0 ...
Summary:
The project is a fork from chatgpt-demo with different branches offering various features. Users can customize the project behavior using environment variables for settings like OpenAI API key, model parameters, website scripts, and more. With clear installation instructions, users can easily set up and customize the project according to their requirements.