命令行工具
安装
chatgpt-imagegen 是一个单文件 Python 命令行工具,用你已登录的 ChatGPT 生图,不需要 OPENAI_API_KEY。
安装
terminal
# 从 GitHub 一行装好(推荐)
$ curl -fsSL https://raw.githubusercontent.com/leeguooooo/chatgpt-imagegen/main/install.sh | sh
# 或作为 agent skill 安装
$ npx skills add leeguooooo/chatgpt-imagegen -g两个后端
默认 web 后端驱动你登录着的 ChatGPT 浏览器,不消耗 Codex 用量;codex 是无浏览器兜底,会走 Codex 用量。装好后
chatgpt-imagegen doctor 自检。由 郭立 · Guo Li · leeguoo · 博客 · GitHub