An elegant LLM chat UI forked from chatgpt-demo of @anse-app. Index site at https://free-chat.asia
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.
To install the theme, you can follow these steps:
git clone [repository_url]
npm install
.env
:OPENAI_API_KEY=your_api_key
OPENAI_API_TEMPERATURE=1.0
...
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.