Free Chat screenshot

Free Chat

Author Avatar Theme by Cnseniorious000
Updated: 23 May 2025
182 Stars

An elegant LLM chat UI forked from chatgpt-demo of @anse-app. Index site at https://free-chat.asia

Categories

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:

  1. Clone the repository:
    git clone [repository_url]
    
  2. Install dependencies:
    npm install
    
  3. 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.