Chat App
Real-time chat application with multiple rooms using Reflex and ChatGPT
Chat App
The following is a python chat app. It is 100% Python-based, including the UI, all using Reflex. Easily create and delete chat sessions. The application is fully customizable and no knowledge of web dev is required to use it and it has responsive design for various devices.
Usage
To run this app locally, install Reflex and run:
Set up your OpenAI API key:
Install the dependencies and run the app:
Customizing the Inference
You can customize the app by modifying the chat/state.py
file replacing model = self.openai_process_question
with that of other LLM providers and writing your own process question function.
More Templates
View All