| 组件 | 版本要求 | 说明 |
|---|---|---|
| Rust | 最新稳定版 | 通过 rustup 安装 |
| Git | 2.0+ | 用于克隆项目仓库 |
# 方式一:cargo install(推荐) cargo install chatgpt # 方式二:从源码编译 git clone https://github.com/lencx/ChatGPT cd ChatGPT cargo build --release # 二进制在 ./target/release/chatgpt
完成安装后,运行以下命令确认一切正常:
# 验证安装 chatgpt --version # 或 chatgpt --help
AI Skill Hub 安装教程页 · 基于公开数据整理,实际安装请以官方文档为准。License:未公布