安装与配置
2026年3月28日 下午7:47:28
1、如何安装
- Mac / Linux:
curl -fsSL https://solon.noear.org/soloncode/setup.sh | bash
- Windows (PowerShell):
irm https://solon.noear.org/soloncode/setup.ps1 | iex
2、如何配置大模型
找到 ~/.soloncode/bin/config.yml 文件,修改 chatModel 配置即可。配置项可参考:《模型配置与请求选项》。其它配置可按需调整。
3、如何运行
配置好后,cd 到任意目录,执行 soloncode 命令,即可启动。启动后,当前目录即为“工作区”。