Leon-AI —— 开源自托管个人助理
Leon 是一个开源的个人助理,可以托管在用户自己的服务器上。Leon 可以通过离线的方式与你交流,以保护你的隐私。 前提条件 Node.js >= 16 npm >= 8 支持的操作系统:Linux、macOS 和 Windows 安装 # Install the Leon CLI npm install --global @leon-ai/cli # Install Leon (stable branch) leon create birth # OR install from the develop branch: leon create birth --develop 用法 # Check the setup went well leon check # Run leon start # Go to http://localhost:1337 # Hooray! Leon is running Docker 安装 # Install Leon leon create birth --docker # Run leo...

