经 AI Skill Hub 精选评估,ChatGPT-On-CS Dify应用 获评「强烈推荐」。已获得 4.0k 颗 GitHub Star,这款AI工具在功能完整性、社区活跃度和易用性方面表现出色,AI 评分 8.2 分,适合有一定技术背景的用户使用。
# 命令行使用
chatgpt-on-cs --help
# 基本用法
chatgpt-on-cs [options] <input>
# Node.js 代码中使用
const chatgpt_on_cs = require('chatgpt-on-cs');
const result = await chatgpt_on_cs.run(options);
console.log(result);
AI Skill Hub 使用教程页 · 基于公开数据整理,实际使用请以官方文档为准。License:AGPL-3.0