fka/prompts.chat 已完整同步
a.k.a. Awesome ChatGPT Prompts
This is a Dataset Repository mirror of prompts.chat — a social platform for AI prompts.
📢 Notice
This Hugging Face dataset is a mirror. For the latest prompts, features, and community contributions, please visit:
- 🌐 Website: prompts.chat
- 📦 GitHub: github.com/f/awesome-chatgpt-prompts
About
prompts.chat is an open-source platform where users can share, discover, and collect AI prompts from the community. The project can be self-hosted with customizable branding, themes, and authentication.
These prompts work with ChatGPT, Claude, Gemini, Llama, Mistral, and other AI chat models.
License
This work is licensed under CC0 1.0 Universal (Public Domain Dedication).
✅ Copy, modify, and distribute freely
✅ Use for commercial purposes
✅ No attribution required
✅ No permission needed
3 个文件
浏览文件数据集版权信息
本数据集的许可证为 CC0 1.0 Universal。如有违反相关条款,请联系 WEHUB,我们将及时处理。 查看许可证
通过 WeHub CLI 下载当前数据集快照。下列命令会固定为当前页面展示的数据版本(如果页面提供版本)。文件字节由本机直连存储下载,浏览器不会签发或保存下载链接。
前置要求
需要 Node.js 18 及以上,以及 npm(或 npx)。
1. 安装 CLI
npm install -g wehub-cli@latest
2. 下载此数据集
wehub datasets download ds_fka_prompts_chat_ceca36a82e --revision fbea17f2045d053d27f1de9f099e9bfdbe55bf47 --output ./ds_fka_prompts_chat_ceca36a82e
若中断或部分失败,在同一目录重新执行同一命令即可续传。默认会校验 SHA-256。
免全局安装
npx --yes wehub-cli@latest datasets download ds_fka_prompts_chat_ceca36a82e --revision fbea17f2045d053d27f1de9f099e9bfdbe55bf47 --output ./ds_fka_prompts_chat_ceca36a82e
高级选项
以下为 wehub datasets download 已支持的参数示例:
强制重新下载,不复用已校验的本地文件
wehub datasets download ds_fka_prompts_chat_ceca36a82e --revision fbea17f2045d053d27f1de9f099e9bfdbe55bf47 --output ./ds_fka_prompts_chat_ceca36a82e --overwrite
仅包含匹配路径
wehub datasets download ds_fka_prompts_chat_ceca36a82e --revision fbea17f2045d053d27f1de9f099e9bfdbe55bf47 --output ./ds_fka_prompts_chat_ceca36a82e --include "*.jsonl"
排除匹配路径
wehub datasets download ds_fka_prompts_chat_ceca36a82e --revision fbea17f2045d053d27f1de9f099e9bfdbe55bf47 --output ./ds_fka_prompts_chat_ceca36a82e --exclude "*.md"
提高并发下载数
wehub datasets download ds_fka_prompts_chat_ceca36a82e --revision fbea17f2045d053d27f1de9f099e9bfdbe55bf47 --output ./ds_fka_prompts_chat_ceca36a82e --jobs 8
完整帮助:wehub datasets download --help