Le AI
v0.9.2 Support unlimited sessions and Docker deployment ??
Your open-source AI Assistant Hub, helping you boost efficiency UP UP~
Demo | Docs | Q&A | Change Log | Feedback | Telegram | Contact Me

Direct access: https://le-ai.app
Project documentation: https://docs.le-ai.app
docker pull ltopx/le-ai:latest
docker run -d -p 3000:3000 ltopx/le-ai:latest
docker build -t ltopx/le-ai .
docker run -d -p 3000:3000 ltopx/le-ai
Currently supports one-click deployment to Vercel.
0. Node Environment Requirements
NodeJS >= 18
1. Install PNPM
If you have not previously installed or used pnpm, you can install it by running the following command.
npm install pnpm -g2. Install Dependencies
pnpm i3. Configure Environment Variables
Rename .evn.local.demo to .env.local
4. Run the Project
pnpm dev5. Build the Project
pnpm build && pnpm startRefer to the documentation: https://docs.le-ai.app
GNU