diff --git a/README.md b/README.md index 523769f..1cacc2d 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,9 @@ ChatGPT 中文指南项目旨在帮助中文用户了解和使用ChatGPT。我 - [Prompt 框架](#prompt-框架) - [Elavis Saravia 总结的框架:](#elavis-saravia-总结的框架) - [Matt Nigh 总结的 CRISPE 框架:](#matt-nigh-总结的-crispe-框架) - - [ChatGPT 对话](#chatgpt-对话) + - [ChatGPT 对话实例](#chatgpt-对话实例) + - [🧠ChatGPT 中文调教指南 囊括了丰富的对话示例](#chatgpt-中文调教指南-囊括了丰富的对话示例) + - [ChatGPT 协助快速完成 markdown 表格](#chatgpt-协助快速完成-markdown-表格) - [ChatGPT 教你一步一步实现 CIFAR10 数据集图像分类任务](#chatgpt-教你一步一步实现-cifar10-数据集图像分类任务) - [一句话让 ChatGPT 帮助你实现 YOLO 目标检测](#一句话让-chatgpt-帮助你实现-yolo-目标检测) - [请选择你传奇的一生——ChatGPT:我选骆驼祥子](#请选择你传奇的一生chatgpt我选骆驼祥子) @@ -389,8 +391,9 @@ CRISPE 分别代表以下含义: https://github.com/mattnigh/ChatGPT3-Free-Prompt-List -## ChatGPT 对话 - +## ChatGPT 对话实例 +### [🧠ChatGPT 中文调教指南](https://github.com/PlexPt/awesome-chatgpt-prompts-zh) 囊括了丰富的对话示例 +### [ChatGPT 协助快速完成 markdown 表格](examples/help_make_Markdown_table.md) ### [ChatGPT 教你一步一步实现 CIFAR10 数据集图像分类任务](examples/ImageClassificationCifar10Tutorials_ChatGPT.md) ### [一句话让 ChatGPT 帮助你实现 YOLO 目标检测](examples/YOLOV4.md) ### [请选择你传奇的一生——ChatGPT:我选骆驼祥子](examples/ChatGPT_xiangzi.md) diff --git a/examples/help_make_Markdown_table.md b/examples/help_make_Markdown_table.md new file mode 100644 index 0000000..e2613ea --- /dev/null +++ b/examples/help_make_Markdown_table.md @@ -0,0 +1,131 @@ + +Person: +- 我正在将 GitHub 项目组织成 markdown 表格,这个表格表头为“|名称|Stars|简介| 备注 |”。我将给你类似这样的内容“#### [LangChain的一个UI: LangFlow](https://github.com/logspace-ai/langflow)”, 你将把它组织成这样的内容 “|[LangFlow](https://github.com/logspace-ai/langflow) |![GitHub Repo stars](https://img.shields.io/github/stars/logspace-ai/langflow?style=social)|LangChain的一个UI.|-|” 分别对应表头,我将一次性给你提供多条内容,你需要将其组织成多条表格,请输出markdown 代码,如果明白请回答 yes。 + +ChatGPT: +- yes + +Person: + +``` +#### [OpenAI 官方使用指南:openai-cookbook](https://github.com/openai/openai-cookbook) + +#### [OpenAI python 接口](https://github.com/openai/openai-python) + +#### [开发自己的 ChatGPT 应用:langchain](https://github.com/hwchase17/langchain) + +#### [LangChain的一个UI: LangFlow](https://github.com/logspace-ai/langflow) + +#### [CopilotForXcode](https://github.com/intitni/CopilotForXcode) - Copilot Xcode Source Editor Extension. + +#### [以后 git 提交 commit 信息不用抓耳挠腮了:GPTcommit](https://github.com/zurawiki/gptcommit) + +#### [用命令自动生成令人印象深刻的 commit: opencommit](https://github.com/di-sukharev/opencommit) + +#### [自动生成任何编程语言的文档: AutoDoc-ChatGPT](https://github.com/awekrx/AutoDoc-ChatGPT) + +#### [使用ChatGPT搭建微信聊天机器人](https://github.com/zhayujie/chatgpt-on-wechat) + +#### [开源 ChatGPT 替代品列表](https://github.com/nichtdax/awesome-totally-open-chatgpt) + +#### [人人都能创建 GPT 工具: AI Anything](https://github.com/KeJunMao/ai-anything/blob/main/README.zh-cn.md) +``` + + +ChatGPT: + +```markdown +|名称|Stars|简介|备注| +|---|---|---|---| +|[openai-cookbook](https://github.com/openai/openai-cookbook)|![GitHub Repo stars](https://img.shields.io/github/stars/openai/openai-cookbook?style=social)|OpenAI 官方使用指南|-| +|[openai-python](https://github.com/openai/openai-python)|![GitHub Repo stars](https://img.shields.io/github/stars/openai/openai-python?style=social)|OpenAI python 接口|-| +|[langchain](https://github.com/hwchase17/langchain)|![GitHub Repo stars](https://img.shields.io/github/stars/hwchase17/langchain?style=social)|开发自己的 ChatGPT 应用|-| +|[LangFlow](https://github.com/logspace-ai/langflow)|![GitHub Repo stars](https://img.shields.io/github/stars/logspace-ai/langflow?style=social)|LangChain的一个UI|-| +|[CopilotForXcode](https://github.com/intitni/CopilotForXcode)|![GitHub Repo stars](https://img.shields.io/github/stars/intitni/CopilotForXcode?style=social)|Copilot Xcode Source Editor Extension|-| +|[GPTcommit](https://github.com/zurawiki/gptcommit)|![GitHub Repo stars](https://img.shields.io/github/stars/zurawiki/gptcommit?style=social)|以后 git 提交 commit 信息不用抓耳挠腮了|-| +|[opencommit](https://github.com/di-sukharev/opencommit)|![GitHub Repo stars](https://img.shields.io/github/stars/di-sukharev/opencommit?style=social)|用命令自动生成令人印象深刻的 commit|-| +|[AutoDoc-ChatGPT](https://github.com/awekrx/AutoDoc-ChatGPT)|![GitHub Repo stars](https://img.shields.io/github/stars/awekrx/AutoDoc-ChatGPT?style=social)|自动生成任何编程语言的文档|-| +|[chatgpt-on-wechat](https://github.com/zhayujie/chatgpt-on-wechat)|![GitHub Repo stars](https://img.shields.io/github/stars/zhayujie/chatgpt-on-wechat?style=social)|使用ChatGPT搭建微信聊天机器人|-| +|[awesome-totally-open-chatgpt](https://github.com/nichtdax/awesome-totally-open-chatgpt)|![GitHub Repo stars](https://img.shields.io/github/stars/nichtdax/awesome-totally-open-chatgpt?style=social)|开源 ChatGPT 替代品列表|-| +|[AI Anything](https://github.com/KeJunMao/ai-anything/blob/main/README.zh-cn.md)|![GitHub Repo stars](https://img.shields.io/github/stars/KeJunMao/ai-anything?style=social)|人人都能创建 GPT 工具|-| +``` + +Person: +``` +我将给你提供更多内容,生成上面的列表,不同与上面的是,这次会添加备注信息。比如,我将给你提供 “#### [在任意软件上操作ChatGPT: Portal](https://github.com/lxfater/Portal) + +Portal是一款传输工具,旨在将ChatGPT的能力整合到用户的工作流程中。它把整个操作系统当成自己的舞台,可以在任意软件上操作ChatGPT。” 我希望将其组织为 “|[Portal](https://github.com/lxfater/Portal) |![GitHub Repo stars](https://img.shields.io/github/stars/lxfater/Portal?style=social)|在任意软件上操作ChatGPT|Portal是一款传输工具,旨在将ChatGPT的能力整合到用户的工作流程中。它把整个操作系统当成自己的舞台,可以在任意软件上操作ChatGPT。|” 我将给你提供多条上述内容,你将把他们组织成多条表格,请把结果输出成markdown代码,明白请回答 yes +``` + +ChatGPT: +- yes + +Person: +``` +#### [通过聊天生成 SQL 操作数据库:SQL Chat](https://github.com/sqlchat/sqlchat) + +#### [电报 ChatGPT 机器人:Chatgpt-Telegram-bot](https://github.com/n3d1117/chatgpt-telegram-bot) + +#### [搭建属于自己的 ChatGPT 网站: ChatBot-UI](https://github.com/mckaywrigley/chatbot-ui) 需要使用 API KEY + +#### [AIGC 应用程序的memcache: gptcache](https://github.com/zilliztech/gptcache) + +一个强大的缓存库,可用于加速和降低依赖 LLM 服务的聊天应用程序的成本,可用作 AIGC 应用程序的memcache,类似于 Redis 用于传统应用程序的方式。[知乎简介](https://zhuanlan.zhihu.com/p/618630093):有效果实测图和基本介绍。 + +#### [LLMs 驱动的操作系统的 Shell: engshell](https://github.com/emcf/engshell) + +#### [OpenGPT](https://open-gpt.app/) + +立即使用海量的 ChatGPT 应用,或在几秒钟内创建属于自己的应用。 + +![open_gpt_app](imgs/open_gpt_app.jpg) + +#### [亚马逊的免费 AI 代码助手:CodeWhisperer](https://aws.amazon.com/codewhisperer/) + +免费,支持中文的 AI 代码助手,注册教程如下: + +官方地址:https://aws.amazon.com/codewhisperer/ + +知乎保姆级教程:https://zhuanlan.zhihu.com/p/621800084 +``` + +ChatGPT: + +```scss + +|名称|Stars|简介|备注| +|---|---|---|---| +|[SQL Chat](https://github.com/sqlchat/sqlchat)|![GitHub Repo stars](https://img.shields.io/github/stars/sqlchat/sqlchat?style=social)|通过聊天生成 SQL 操作数据库|-| +|[Chatgpt-Telegram-bot](https://github.com/n3d1117/chatgpt-telegram-bot)|![GitHub Repo stars](https://img.shields.io/github/stars/n3d1117/chatgpt-telegram-bot?style=social)|电报 ChatGPT 机器人|-| +|[ChatBot-UI](https://github.com/mckaywrigley/chatbot-ui)|![GitHub Repo stars](https://img.shields.io/github/stars/mckaywrigley/chatbot-ui?style=social)|搭建属于自己的 ChatGPT 网站|需要使用 API KEY| +|[gptcache](https://github.com/zilliztech/gptcache)|![GitHub Repo stars](https://img.shields.io/github/stars/zilliztech/gptcache?style=social)|AIGC 应用程序的memcache|一个强大的缓存库,可用于加速和降低依赖 LLM 服务的聊天应用程序的成本,可用作 AIGC 应用程序的memcache,类似于 Redis 用于传统应用程序的方式。[知乎简介](https://zhuanlan.zhihu.com/p/618630093):有效果实测图和基本介绍。| +|[engshell](https://github.com/emcf/engshell)|![GitHub Repo stars](https://img.shields.io/github/stars/emcf/engshell?style=social)|LLMs 驱动的操作系统的 Shell|-| +|[OpenGPT](https://open-gpt.app/)|-|立即使用海量的 ChatGPT 应用,或在几秒钟内创建属于自己的应用|![open_gpt_app](imgs/open_gpt_app.jpg)| +|[CodeWhisperer](https://aws.amazon.com/codewhisperer/)|-|亚马逊的免费 AI 代码助手|免费,支持中文的 AI 代码助手,注册教程如下:官方地址:https://aws.amazon.com/codewhisperer/ 知乎保姆级教程:https://zhuanlan.zhihu.com/p/621800084| +``` + +Person: +``` +- [lencx/ChatGPT](https://github.com/lencx/ChatGPT): 使用 rust 编写的, 基于 tauri 的跨平台 ChatGPT 客户端. 支持: Windows, Linux, MacOS. 本质是应用内嵌入 ChatGPT 网页, 需要翻墙. +- [chatbox](https://github.com/Bin-Huang/chatbox) 开源的ChatGPT桌面应用,prompt 开发神器,全平台支持,下载安装包就能用 +- [ChatGPT-Desktop](https://github.com/ChatGPT-Desktop/ChatGPT-Desktop) 基于 tauri + vue3 开发的跨平台桌面端应用,需要自行准备 API KEY 使用。 +- [川虎 ChatGPT 🐯 Chuanhu ChatGPT](https://github.com/GaiZhenbiao/ChuanhuChatGPT) 为ChatGPT API提供了一个轻快好用的Web图形界面,支持直接在Hugging Face上部署,很方便。 +- [token/ChatGpt.Desktop](https://github.com/239573049/ChatGpt.Desktop): 使用 C# 编写的, 基于 Blazor Web Assembly 的跨平台客户端. 支持: Windows, Linux, MacOS, Android, iOS, Web. 本质是程序内内嵌自建网页并调用 API, 所以你需要一个 OpenAI 账户, 需要翻墙. +- [SlimeNull/OpenGptChat](https://github.com/SlimeNull/OpenGptChat): 使用 C# 编写的, 基于 WPF 的原生 Windows 客户端. 支持: Windows. 本质是调用 OpenAI 的 API, 所以你需要一个 OpenAI 账户. 内置反向代理, 国内可用. +- [ChatGPT-Desktop](https://github.com/Synaptrix/ChatGPT-Desktop) +``` + +ChatGPT: + +```markdown + +|名称|Stars|简介|备注| +|---|---|---|---| +|[lencx/ChatGPT](https://github.com/lencx/ChatGPT)|![GitHub Repo stars](https://img.shields.io/github/stars/lencx/ChatGPT?style=social)|基于 tauri 的跨平台 ChatGPT 客户端|使用 rust 编写, 支持: Windows, Linux, MacOS. 本质是应用内嵌入 ChatGPT 网页, 需要翻墙。| +|[chatbox](https://github.com/Bin-Huang/chatbox)|![GitHub Repo stars](https://img.shields.io/github/stars/Bin-Huang/chatbox?style=social)|开源的ChatGPT桌面应用,prompt 开发神器|全平台支持,下载安装包就能用| +|[ChatGPT-Desktop](https://github.com/ChatGPT-Desktop/ChatGPT-Desktop)|![GitHub Repo stars](https://img.shields.io/github/stars/ChatGPT-Desktop/ChatGPT-Desktop?style=social)|基于 tauri + vue3 开发的跨平台桌面端应用|需要自行准备 API KEY 使用。| +|[Chuanhu ChatGPT](https://github.com/GaiZhenbiao/ChuanhuChatGPT)|![GitHub Repo stars](https://img.shields.io/github/stars/GaiZhenbiao/ChuanhuChatGPT?style=social)|为ChatGPT API提供了一个轻快好用的Web图形界面|支持直接在Hugging Face上部署,很方便。| +|[token/ChatGpt.Desktop](https://github.com/239573049/ChatGpt.Desktop)|![GitHub Repo stars](https://img.shields.io/github/stars/239573049/ChatGpt.Desktop?style=social)|基于 Blazor Web Assembly 的跨平台客户端|使用 C# 编写, 支持: Windows, Linux, MacOS, Android, iOS, Web. 本质是程序内内嵌自建网页并调用 API, 需要一个 OpenAI 账户, 需要翻墙。| +|[SlimeNull/OpenGptChat](https://github.com/SlimeNull/OpenGptChat)|![GitHub Repo stars](https://img.shields.io/github/stars/SlimeNull/OpenGptChat?style=social)|基于 WPF 的原生 Windows 客户端|使用 C# 编写, 支持: Windows. 本质是调用 OpenAI 的 API, 需要一个 OpenAI 账户. 内置反向代理, 国内可用。| +|[ChatGPT-Desktop](https://github.com/Synaptrix/ChatGPT-Desktop)|![GitHub Repo stars](https://img.shields.io/github/stars/Synaptrix/ChatGPT-Desktop?style=social)|ChatGPT-Desktop应用|-| +```