Le-AI

所属分类:内容生成
开发工具:TypeScript
文件大小:0KB
下载次数:0
上传日期:2023-08-24 15:07:56
上 传 者sh-1993
说明:  乐AI,您的开源AI助手中心,帮助您提升效率UP~,
(Le-AI, Your open-source AI Assistant Hub, helping you boost efficiency UP~,)

文件列表:
.dockerignore (218, 2023-10-17)
.env.local.demo (1130, 2023-10-17)
.eslintrc.json (141, 2023-10-17)
.npmrc (29, 2023-10-17)
CHANGE_LOG.md (20220, 2023-10-17)
CHANGE_LOG.zh_CN.md (12612, 2023-10-17)
Dockerfile (174, 2023-10-17)
LICENSE (35149, 2023-10-17)
components.json (329, 2023-10-17)
next.config.js (504, 2023-10-17)
package.json (2853, 2023-10-17)
pnpm-lock.yaml (401734, 2023-10-17)
postcss.config.js (83, 2023-10-17)
prisma/ (0, 2023-10-17)
prisma/migrations/ (0, 2023-10-17)
prisma/migrations/20230511163229_init/ (0, 2023-10-17)
prisma/migrations/20230511163229_init/migration.sql (230, 2023-10-17)
prisma/migrations/20230511163456_add_gender/ (0, 2023-10-17)
prisma/migrations/20230511163456_add_gender/migration.sql (227, 2023-10-17)
prisma/migrations/20230516071228_addacount/ (0, 2023-10-17)
prisma/migrations/20230516071228_addacount/migration.sql (1533, 2023-10-17)
prisma/migrations/migration_lock.toml (126, 2023-10-17)
prisma/schema.prisma (4220, 2023-10-17)
public/ (0, 2023-10-17)
public/android-icon-192x192.png (26534, 2023-10-17)
public/apple-icon-152x152.png (18898, 2023-10-17)
public/apple-icon-180x180.png (23975, 2023-10-17)
public/changelog/ (0, 2023-10-17)
public/changelog/en.png (371118, 2023-10-17)
public/changelog/zh-CN.png (367230, 2023-10-17)
public/claude.webp (8082, 2023-10-17)
public/disableSafariScalable.js (176, 2023-10-17)
public/favicon-96x96.png (10060, 2023-10-17)
public/favicon.ico (9662, 2023-10-17)
public/gpt.svg (4424, 2023-10-17)
public/login-bg.jpg (33256, 2023-10-17)
public/logo.png (82552, 2023-10-17)
... ...

English | 中文

Le-AI

Le-AI

Your open-source AI Assistant Hub, helping you boost efficiency UP UP~

GitHub release GitHub last commit twitter telegram

[Demo](https://le-ai.app/) | [Docs](https://docs.le-ai.app/) | [Q&A](https://docs.le-ai.app/faq) | [Change Log](https://docs.le-ai.app/change-log) | [Feedback](https://github.com/LTopx/Le-AI/issues) | [Telegram](https://t.me/+7fLJJoGV_bJhYTk1) | [Contact Me](https://goethan.cc/)
[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/new/clone?repository-url=https://github.com/LTopx/Le-AI)
![cover](./public/screenshots/screenshot.png) ## Demo Direct access: [https://le-ai.app](https://le-ai.app/) Project documentation: [https://docs.le-ai.app](https://docs.le-ai.app/) ## Key Features - No need to configure additional environment variables, can be easily deployed to Vercel for free - Ensures privacy and security, all session records and system configurations are stored locally in the browser - Responsive design with dark mode, providing a great experience on different devices - Supports voice reading with customizable voices and speeds - Supports displaying markdown with code highlighting and copy operations - Supports OpenAI and Azure OpenAI - Supports custom role templates to create more AI possibilities - Supports i18n multilingual internationalization: English, Simplified Chinese - Support Docker deployment - For more information, please refer to the [documentation](https://docs.le-ai.app/) ## Development Plan - [x] Support custom prompt repository - [x] Support Function call for implementing more functionalities - [x] Support for large language model APIs such as Claude, PaLM, and Llama 2 - [x] Support distributing keys for use in an unauthenticated state - [x] Support unlimited sessions - [ ] Support integration of Midjourney drawing - [ ] Desktop version development ## Deployment ### Docker Deployment (Recommended) ``` docker pull ltopx/le-ai:latest docker run -d -p 3000:3000 ltopx/le-ai:latest ``` ### Docker Local Deployment ``` docker build -t ltopx/le-ai . docker run -d -p 3000:3000 ltopx/le-ai ``` ### One-click Deployment Currently supports one-click deployment to Vercel. [![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/new/clone?repository-url=https://github.com/LTopx/Le-AI) ## Local Development **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. ```bash npm install pnpm -g ``` **2. Install Dependencies** ```bash pnpm i ``` **3. Configure Environment Variables** Rename .evn.local.demo to .env.local **4. Run the Project** ```bash pnpm dev ``` **5. Build the Project** ```bash pnpm build && pnpm start ``` ## More Optional Environment Variables Refer to the documentation: [https://docs.le-ai.app](https://docs.le-ai.app/develop/env) ## License [GNU](https://github.com/LTopx/Le-AI/blob/main/LICENSE)

近期下载者

相关文件


收藏者