reflex-dev / reflex-chat

A ChatGPT clone built in Reflex
https://webui-teal-star.reflex.run
MIT License
260 stars 82 forks source link
chat-application chatgpt llms python

Reflex Chat App

A user-friendly, highly customizable Python web app designed to demonstrate LLMs in a ChatGPT format.

icon

Getting Started

You'll need a valid OpenAI subscription - save your API key under the environment variable OPENAI_API_KEY:

export OPENAI_API_KEY="YOUR_OPENAI_API_KEY" # replace me!

🧬 1. Clone the Repo

git clone https://github.com/reflex-dev/reflex-chat.git

📦 2. Install Reflex

To get started with Reflex, you'll need:

Install pip dependencies with the provided requirements.txt:

pip install -r requirements.txt

🚀 3. Run the application

Initialize and run the app:

reflex init
reflex run

Features

Contributing

We welcome contributions to improve and extend the LLM Web UI. If you'd like to contribute, please do the following:

License

The following repo is licensed under the MIT License.