├── assets ├── cqq6nhlnr0.png └── pqe0i4jqb1.png └── README.md /assets/cqq6nhlnr0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/u2takey/awesome_chatgpt_ch/HEAD/assets/cqq6nhlnr0.png -------------------------------------------------------------------------------- /assets/pqe0i4jqb1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/u2takey/awesome_chatgpt_ch/HEAD/assets/pqe0i4jqb1.png -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # awesome_chatgpt_ch 2 | 3 | * [开源项目](#开源项目) 4 | * [应用工具](#应用工具) 5 | * [导航站点](#导航站点) 6 | * [媒体资源](#媒体资源) 7 | 8 | ## 开源项目 9 | > github 开源项目 10 | 11 | | 项目 | 类型 | 简介 | 12 | |:----|:----|:----| 13 | | [f/awesome-chatgpt-prompts](https://github.com/f/awesome-chatgpt-prompts) | 使用指导类 | 这个项目主要是教大家如何调教 chatgpt(后面笔者也会单独出一篇这个主题的博客), 这些调教方式大部分可以总结为一个主题:扮演类,即让 chatgpt 扮演某个角色比如英语教师,诗人,医生,甚至是 linux 命令行工具 (见下面 <一个有趣的知识点>),从而在对话中分享 chatgpt 拥有的相关知识。这个项目的中文对应版本是 [PlexPt/awesome-chatgpt-prompts-zh](https://github.com/PlexPt/awesome-chatgpt-prompts-zh)。另外还有一个 中文项目很值得推荐 [howl-anderson/unlocking-the-power-of-llms](https://github.com/howl-anderson/unlocking-the-power-of-llms) 这个项目介绍了更多使用 chatgpt 的技巧。另外 [phodal/ai-research](https://github.com/phodal/ai-research) 介绍了 prompt 的使用技巧,虽然不是特别针对 chatgpt,不过也值得一读。另外甚至有一个中文网站专门提供各种 prompt,可以看看[这里](https://newzone.top/chatgpt/) | 14 | |[microsoft/visual-chatgpt](https://github.com/microsoft/visual-chatgpt)|集成 api 类| 微软出的 sdk,集成了视觉模型和ChatGPT, 使得ChatGPT具有了收发图片的能力。Talking, Drawing and Editing with Visual Foundation Models 15 | | [acheong08/ChatGPT](https://github.com/acheong08/ChatGPT) | library/sdk 类 | 这个一个 ChatGPT api 的 python 库(也带简单的命令行),这个项目之所以这么火爆,最大的原因 "Reverse engineered ChatGPT API", 它是模拟用户在 chatgpt 网页的登录状态来访问 chatgpt,虽然目前这个项目也更新带了官方 api 的版本,但是毕竟官方 api 是收费的,所以预期这个项目在网页用户能免费访问的情况下,会一直存在。(项目作者还有另外一个针对 newbin api 的项目 [acheong08/EdgeGPT](https://github.com/acheong08/EdgeGPT) 也值得关注)笔者也有一个类似的 go 项目,翻译了其中的登录逻辑,可以参考 [u2takey/chatgpt-go](https://github.com/u2takey/chatgpt-go)。 | 16 | |[Chanzhaoyu/chatgpt-web](https://github.com/Chanzhaoyu/chatgpt-web)|网页应用类| 做得很不错的网页应用, 支持 apikey 等方式使用,可以自己部署一套 17 | |[yetone/openai-translator](https://github.com/yetone/openai-translator)| 桌面、网页应用类|基于 chatgpt 的翻译软件 18 | | [lencx/ChatGPT](https://github.com/lencx/ChatGPT) | 客户端/网页应用类 | 应该是 chatgpt 最好用的客户端工具了,他的特点是 好看,好用,多平台支持,有主题可以换,可以设置界面,可以将内容导出为图片,md,pdf;甚至他还提供了很多 prompt 的快捷输入,比如在 [f/awesome-chatgpt-prompts](https://github.com/f/awesome-chatgpt-prompts) 中介绍的大部分 prompt 在这个客户端都有快捷输入,非常好用 ![image.png](./assets/cqq6nhlnr0.png)| 19 | | [LAION-AI/Open-Assistant](https://github.com/LAION-AI/Open-Assistant) | 竞品类 | 这其实并不是一个 chatgpt 项目,但是搜索 chatgpt,你一定会看到这个项目。这个项目开源的时候和 chatgpt 发布的时间差不多,目的方式都很类似,虽然目前和 chatgpt 还有很大差距,但是重要的是:它是完全开源的 (代码和模型都基于 Apache License 2.0 协议开源,训练数据也会开源)。 | 20 | | [wong2/chatgpt-google-extension](https://github.com/wong2/chatgpt-google-extension) | 插件类 | 一个蛮好用的 google 插件,在 google 搜索的同时帮你访问 chatgpt 同时显示 chatgpt 的结果。效果是这样:![image.png](./assets/pqe0i4jqb1.png) 国内码农开发,目前项目状态是:"被收购,不再更新代码",预期插件还会持续更新,只是不再开源了。其他类似的 chrome 插件还有: [Chrome extension to access ChatGPT as a popup on any page](https://github.com/kazuki-sf/ChatGPT_Extension); [Extension to add share abilities to ChatGPT (PDF, PNG or a sharable link](https://github.com/liady/ChatGPT-pdf); [Chrome extension to add input history, copy, and counters to ChatGPT](https://chrome.google.com/webstore/detail/superpower-chatgpt/amhmeenmapldpjdedekalnfifgnpfnkc); [ChassistantGPT - embeds ChatGPT as a hands-free voice assistant in the background](https://github.com/idosal/assistant-chat-gpt); [WebChatGPT - augment your prompts to ChatGPT with web search results](https://github.com/qunash/chatgpt-advanced/); [Talk to ChatGPT (voice interface)](https://github.com/C-Nedelcu/talk-to-chatgpt) | 21 | | [transitive-bullshit/chatgpt-api](https://github.com/transitive-bullshit/chatgpt-api) | library/sdk 类 | [acheong08/ChatGPT](https://github.com/acheong08/ChatGPT) 项目的 js 版本,同样也提供了两种 api:模拟登录和官方 openapi | 22 | | [deepset-ai/haystack](https://github.com/deepset-ai/haystack) | 竞品类 | 你可以 haystack 是一个可以让你私有化部署类似 chatgpt 模型、Pipeline 的工程工具。使用他可以部署 如 GPT-3 之类的模型,从指定的数据中提取信息,构建属于自己的检索或者问答系统。(来自 chatgpt 的回答:Farm和Haystack是两个独立的项目,但它们都是在NLP领域中用于文本处理和信息检索的工具。Farm(FastAPI for Repeated Models)是一个基于PyTorch的开源框架,可帮助用户快速训练和部署NLP模型,例如文本分类、命名实体识别和语义搜索等任务。Haystack是一个基于Python的框架,提供了一组简单易用的API,使得用户可以快速建立一个端到端的文本搜索引擎,并实现各种复杂的信息检索任务,例如文本分类、语义搜索和问答系统等。因为Farm和Haystack都是在NLP领域中使用的工具,所以它们经常被一起使用,从而形成了Farm-Haystack这样的组合。在这种情况下,Farm用于训练和部署NLP模型,而Haystack则用于构建和部署文本搜索引擎,将这两个工具结合起来,可以实现各种NLP和信息检索任务,例如自然语言问答和智能客服等。) | 23 | | [humanloop/awesome-chatgpt](https://github.com/humanloop/awesome-chatgpt) | 使用指导类 | 和本文一样,也和你知道的大部分 awesome xxx 项目一样,这是一个 chatgpt 相关 项目收集的项目,本文也参考了其中的部分内容 | 24 | | [vincelwt/chatgpt-mac](https://github.com/vincelwt/chatgpt-mac) | 客户端/网页应用类 | 另一个 chatgpt 的 mac 应用,特点是简洁,完全没有多余的功能,看着非常舒服 | 25 | | [zhayujie/chatgpt-on-wechat)](https://github.com/zhayujie/chatgpt-on-wechat) | bot 类 | 基于ChatGPT的微信聊天机器人,通过 ChatGPT 接口生成对话内容,使用 itchat 实现微信消息的接收和自动回复。其他类似的项目还有:[另一个微信机器人 wangrongding/wechat-bot](https://github.com/wangrongding/wechat-bot); [Serverless Telegram bot](https://github.com/franalgaba/chatgpt-telegram-bot-serverless);[WhatsApp bot1](https://github.com/danielgross/whatsapp-gpt);[WhatsApp bot2](https://github.com/askrella/whatsapp-chatgpt); [RayCast Extension (unofficial)](https://github.com/abielzulio/chatgpt-raycast);[VSCode extension](https://github.com/mpociot/chatgpt-vscode) ([demo](https://twitter.com/marcelpociot/status/1599180144551526400));[Go Telegram bot](https://github.com/m1guelpf/chatgpt-telegram);[Twitter Bot](https://github.com/transitive-bullshit/chatgpt-twitter-bot) powered by ChatGPT;[Chrome extension](https://github.com/kazuki-sf/ChatGPT_Extension);[Google docs](https://github.com/cesarhuret/docGPT);[Mac menubar app](https://github.com/vincelwt/chatgpt-mac);[Multi-platform desktop app (Windows, Mac, Linux)](https://github.com/lencx/ChatGPT) powered by ChatGPT & Tauri;[Windows, Mac, Linux desktop app](https://github.com/sonnylazuardi/chatgpt-desktop);[Jetbrains IDEs plugin](https://github.com/LiLittleCat/intellij-chatgpt);[ChatGPT for Slack Bot](https://github.com/pedrorito/ChatGPTSlackBot);[ChatGPT for Discord Bot](https://github.com/m1guelpf/chatgpt-discord);[QQ bot](https://github.com/lss233/chatgpt-mirai-qq-bot) | 26 | | [wukong-robot](https://github.com/wzpan/wukong-robot) | 插件类 | 这不是一个专门针对 chatgpt 开发的插件,不过如果你想把 chatgpt 变成你的音对话机器人/智能音箱背后支撑,这个项目是一个很好的起点 | 27 | 28 | 29 | ## 应用工具 30 | 31 | > 收集国内可使用的 公众号、程序、网页应用或 app;仍在收集更新中,欢迎推荐 32 | 33 | 类型| 地址&介绍 34 | --|-- 35 | 网页应用|[chinagpts](https://chinagpts.com),无需翻墙,每日免费五次问答。 36 | 网页应用|[chatgpt.ddiu.me](https://chatgpt.ddiu.me/) 基于 openapi,支持会话,页面简洁清晰,免费 37 | 网页应用|[icchat](https://www.infinigo.com/icchat?source=DSLG) 基于 openapi,不支持会话,页面有广告,免费 38 | 网页应用|[套壳免费: chat.51buygpt.com](https://chat.51buygpt.com/) 39 | 网页应用|[免费,页面很美观,可设置 apikey: qa.js.cn ](https://qa.js.cn/) 40 | 网页应用| [有密码,免费: gpt.getshare ](https://gpt.getshare.net/) 41 | 网页应用| 一组 xeasy 域名网站 [xeasy1](https://gpt.xeasy.me/); [xeasy2](https://chat1.xeasy.me/) 42 | 网页应用|[支持设置 apikey, 有 app: chat.forchange](https://chat.forchange.cn/) 43 | 网页应用|[套壳免费: fastgpt.app](https://fastgpt.app/) 44 | 网页应用|[手机号注册: poe.com](https://poe.com/) 45 | 网页应用|[套壳免费: trychatgp.com](https://trychatgp.com/) 46 | 网页应用|[免费,由大量的免费 apikey 支持: gpt.h7ml](https://gpt.h7ml.cn/) 47 | 网页应用|[套壳免费: hat.zecoba.cn](https://chat.zecoba.cn/) 48 | 网页应用|[免费: theb.ai](https://theb.ai/) 49 | 网页应用|[套壳免费, 支持设置 apikey: chat.livepo.top](http://chat.livepo.top/) 50 | 网页应用|[chatmate](https://chatmate.network/) 51 | 网页应用|[套壳免费: chat.ninvfeng.xyz](https://chat.ninvfeng.xyz/) 52 | 网页应用|[套壳免费: chatforai.com](https://chatforai.com/) 53 | 网页应用|[套壳免费: chat.geekr.dev](https://chat.geekr.dev/) 54 | 网页应用|[套壳免费: reegpt.cc](https://freegpt.cc) 55 | 网页应用|[套壳免费: 94gpt.com](https://94gpt.com/) 56 | 网页应用|[套壳免费: freegpt.one](https://freegpt.one) 57 | 网页应用|[套壳免费: chat.yqcloud.top](https://chat.yqcloud.top/) 58 | 微信小程序| [ioThink智能应答](#小程序://ioThink智能应答/o8aDVkZZDfQrGSB) 59 | 60 | 61 | 62 | ## 导航站点 63 | 64 | > AI 工具收录站、导航站;仍在收集更新中,欢迎推荐 65 | 66 | 名称| 地址&介绍 67 | --|-- 68 | 人工智能工具目录| 非中: [人工智能工具目录,几乎包括现有所有 AI 工具](https://www.futurepedia.io/) 69 | Best AI Tools|非中: [Best AI Tools:大量 AI 工具汇总](https://www.creaitives.com/tools) 70 | AI ToolHunt | 非中: [AI ToolHunt 另一个 AI 工具汇总站](https://www.aitoolhunt.com/?sort_by=likes) 71 | All Things AI| 非中: [All Things AI: 也是一个 AI 工具导航](https://allthingsai.com/) 72 | 自媒体家园|中文: [自媒体家园:国内网站,也收录了很多 AI 工具或者导航站,很不错](https://www.zmthome.com/#term-2250); 73 | AI 导航网|中文: [AI 导航网,也是一个国内站,挺不错的](https://www.ainav.cn/) 这个类型的网站还有好几个,比如 [17yongai](https://17yongai.com/);[aigclist](http://aigclist.com/) 等等 74 | 75 | 76 | ## 媒体资源 77 | 78 | > 收集相关的教程、视频、公众号 等等;仍在收集更新中,欢迎推荐 79 | 80 | - [一个B 站ChatGPT视频合集](https://b23.tv/REx0FMq) 81 | - [一个蛮不错的博主 ChatGPT 相关抖音视频合集](https://v.douyin.com/SSoux4P/) --------------------------------------------------------------------------------