Skip to content

panxiaoguang/reflexChat

Repository files navigation

reflexChat

ChatAI app build on Reflex and Cloudflare workers AI

How to run locally

  1. Clone the repo
git clone https://github.com/panxiaoguang/reflexChat.git
  1. Install dependencies
python3 -m venv .venv
source .venv/bin/activate
cd reflexChat
pip install -r requirements.txt
  1. Run the app
reflex init
reflex run
  1. Open the browser and navigate to http://localhost:3000

Feature:

  • Support all text generation models in Cloudlfare workers AI
  • Support stream generation
  • start and stop
  • new conversation
  • chat memories(context)
  • Not support mobile display ( I can do that because too naive)

demo

https://reflexchat.reflex.run/

screenshot

screenshot1

About

ChatAI app build on Reflex and Cloudflare workers AI

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages