├── .gitignore ├── LICENSE ├── README.md ├── docs ├── AGI.md ├── AI_money.md ├── AI_tools.md ├── ChatGPT_Top_Project.md ├── ChatGPT_access.md ├── ChatGPT_dev.md ├── ChatGPT_plugins.md ├── ChatGPT_prompts.md ├── ChatGPT_tools.md ├── LLM_RAG.md ├── LLMs.md ├── Sora.md ├── imgs │ ├── DAN_chatGPT.jpg │ ├── GPT_wolfram.jpg │ ├── Lite-LLaMA.gif │ ├── MOSS.jpg │ ├── ai_code_translator.png │ ├── ai_functions.jpg │ ├── ai_yjs.jpg │ ├── aigenprompt.jpg │ ├── ali_llm.jpg │ ├── babyagi.jpg │ ├── bard.jpg │ ├── chartgpt.png │ ├── chatGPT_feishu.png │ ├── chatGPT_promote_gen.jpg │ ├── chatGPT_shortcut.jpg │ ├── chatGPT_xhs.jpg │ ├── chatPDF.jpg │ ├── chatPDF_paper.jpg │ ├── chatYoutube.jpg │ ├── chatYuan.jpg │ ├── chat_doc.png │ ├── chat_excel.jpg │ ├── chat_xunfeixinhuo.jpg │ ├── chatfiles.png │ ├── chatgpt_academic.png │ ├── chatgpt_book.jpg │ ├── chatgpt_cn_part.png │ ├── chatgpt_copilot_hub.jpg │ ├── chatgpt_engshell.mp4 │ ├── chatgpt_improve_english.jpg │ ├── chatgpt_next_web.png │ ├── chatgpt_sidebar.png │ ├── chatmind.jpg │ ├── chinese_llama_alpaca.gif │ ├── claude.jpg │ ├── codeium.jpg │ ├── codium_chatgpt.jpg │ ├── cursor.jpg │ ├── github_copilot_x.png │ ├── gpt3_demo.jpg │ ├── gpt4all.gif │ ├── gpt_readme.jpg │ ├── learning_prompting.jpg │ ├── learnprompt_wiki.jpg │ ├── multimedia_gpt.jpg │ ├── new_bing.jpg │ ├── nobepay_chatgpt.png │ ├── openChatKit.jpg │ ├── open_gpt_app.jpg │ ├── open_translator.jpg │ ├── openai_chatgpt.jpg │ ├── phind.png │ ├── pi_chat.jpg │ ├── poe.jpg │ ├── prompt-simple-cheatsheet.jpg │ ├── qrcode_for_wx_gh.jpg │ ├── roomGPT.io.png │ ├── rytr.jpg │ ├── sam.jpg │ ├── shell_gpt.gif │ ├── vectordb_chroma.jpg │ ├── visual_gpt.gif │ ├── visual_openllm.gif │ ├── wenxin.jpg │ ├── wenxin_prompt.jpg │ ├── writesonic.jpg │ ├── you_chat.jpg │ ├── zhipu.png │ ├── zhoubao_gpt.jpg │ ├── zsxq.jpg │ └── zsxq.png └── thinking.md ├── examples ├── ChatGPT_xiangzi.md ├── ImageClassificationCifar10Tutorials_ChatGPT.md ├── YOLOV4.md ├── chatGPT_set_free.md ├── free_chatgpt_website.md └── help_make_Markdown_table.md ├── files ├── 2024AIGC视频生成:走向AI创生时代:视频生成的技术演进、范式重塑与商业化路径探索-甲子光年-2024.3-49页.pdf ├── midjourney辞典.pdf ├── simpread-真 · 万字长文:可能是全网最晚的 ChatGPT 技术总结 - TechBeattech.md ├── 《GPT_4,通用人工智能的火花》154页微软GPT研究报告(全中文版).pdf ├── 《GPT_4,通用人工智能的火花》论文内容精选与翻译_.pdf ├── 华中科技大学-交互机器人项目.pdf └── 真·万字长文:可能是全网最晚的ChatGPT技术总结- TechBeat.pdf ├── imgs ├── DAN_chatGPT.jpg ├── GPT_wolfram.jpg ├── Lite-LLaMA.gif ├── MOSS.jpg ├── ai_code_translator.png ├── ai_functions.jpg ├── ai_yjs.jpg ├── aigenprompt.jpg ├── ali_llm.jpg ├── babyagi.jpg ├── bard.jpg ├── chartgpt.png ├── chatGPT_feishu.png ├── chatGPT_promote_gen.jpg ├── chatGPT_shortcut.jpg ├── chatGPT_xhs.jpg ├── chatPDF.jpg ├── chatPDF_paper.jpg ├── chatYoutube.jpg ├── chatYuan.jpg ├── chat_doc.png ├── chat_excel.jpg ├── chat_xunfeixinhuo.jpg ├── chatfiles.png ├── chatgpt_academic.png ├── chatgpt_book.jpg ├── chatgpt_cn_part.png ├── chatgpt_copilot_hub.jpg ├── chatgpt_engshell.mp4 ├── chatgpt_improve_english.jpg ├── chatgpt_next_web.png ├── chatgpt_sidebar.png ├── chatmind.jpg ├── chinese_llama_alpaca.gif ├── claude.jpg ├── codeium.jpg ├── codium_chatgpt.jpg ├── cursor.jpg ├── github_copilot_x.png ├── gpt3_demo.jpg ├── gpt4all.gif ├── gpt_readme.jpg ├── learning_prompting.jpg ├── learnprompt_wiki.jpg ├── multimedia_gpt.jpg ├── new_bing.jpg ├── nobepay_chatgpt.png ├── openChatKit.jpg ├── open_gpt_app.jpg ├── open_translator.jpg ├── openai_chatgpt.jpg ├── phind.png ├── poe.jpg ├── prompt-simple-cheatsheet.jpg ├── qrcode_for_wx_gh.jpg ├── roomGPT.io.png ├── rytr.jpg ├── sam.jpg ├── shell_gpt.gif ├── vectordb_chroma.jpg ├── visual_gpt.gif ├── visual_openllm.gif ├── wenxin.jpg ├── writesonic.jpg ├── you_chat.jpg └── zhoubao_gpt.jpg └── src ├── get_daily_trending.py └── trending.md /.gitignore: -------------------------------------------------------------------------------- 1 | temp/ -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- 1 | MIT License 2 | 3 | Copyright (c) 2023 yzfly 4 | 5 | Permission is hereby granted, free of charge, to any person obtaining a copy 6 | of this software and associated documentation files (the "Software"), to deal 7 | in the Software without restriction, including without limitation the rights 8 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 9 | copies of the Software, and to permit persons to whom the Software is 10 | furnished to do so, subject to the following conditions: 11 | 12 | The above copyright notice and this permission notice shall be included in all 13 | copies or substantial portions of the Software. 14 | 15 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 16 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 17 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 18 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 19 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 20 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 21 | SOFTWARE. 22 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # 🤖 ChatGPT 中文指南 🤖 2 | 3 | [![Awesome](https://awesome.re/badge.svg)](https://awesome.re) 4 | [![Code License](https://img.shields.io/badge/License-MIT-green.svg)](https://github.com/yzfly/awesome-chatgpt-zh/blob/main/LICENSE) 5 | [![slack badge](https://img.shields.io/badge/Telegrem-join-blueviolet?logo=telegrem&)](https://t.me/AwesomeChatGPT) 6 | 7 | [GitHub 持续更新,欢迎关注,欢迎 star ~](https://github.com/yzfly/awesome-chatgpt-zh) 8 | 9 | [为方便国内访问, GitLab 镜像同步更新~](https://gitlab.com/awesomeai/awesome-chatgpt-zh) 10 | 11 | 12 | ChatGPT 中文指南项目旨在帮助中文用户了解和使用ChatGPT。我们收集了各种免费和付费的ChatGPT资源,以及如何更有效地使用中文与 ChatGPT 进行交流的方法。我们收集了收集了ChatGPT应用开发的各种相关资源,也收集了基于 ChatGPT能力开发的生产力工具。在这个仓库中,您将找到丰富的 ChatGPT工具、应用和示例。 13 | 14 | - [🤖 ChatGPT 中文指南 🤖](#-chatgpt-中文指南-) 15 | - [什么是 ChatGPT ?](#什么是-chatgpt-) 16 | - [ChatGPT 使用途径](#chatgpt-使用途径) 17 | - [与 ChatGPT 高效对话?——Prompt工程指南](#与-chatgpt-高效对话prompt工程指南) 18 | - [OpenAI GPTs 指南](#openai-gpts-指南) 19 | - [ChatGPT 顶级爆款开源项目(10K+ Stars)](#chatgpt-顶级爆款开源项目10k-stars) 20 | - [ChatGPT 应用](#chatgpt-应用) 21 | - [ChatGPT 插件](#chatgpt-插件) 22 | - [ChatGPT 应用开发指南](#chatgpt-应用开发指南) 23 | - [LLM 开发 RAG 指南](#llm-开发-rag-指南) 24 | - [Sora 指南](#sora-指南) 25 | - [LLMs: 大模型](#llms-大模型) 26 | - [AGI:通用人工智能之路](#agi通用人工智能之路) 27 | - [AI 生产力工具](#ai-生产力工具) 28 | - [AI 搞钱](#ai-搞钱) 29 | - [思考](#思考) 30 | - [ChatGPT 使用交流](#chatgpt-使用交流) 31 | - [Star History](#star-history) 32 | - [贡献指南](#贡献指南) 33 | - [致谢](#致谢) 34 | 35 | ## 什么是 ChatGPT ? 36 | 37 | 以下是 ChatGPT 为大家做的自我介绍: 38 | 39 | > 你好!我是ChatGPT,一个由OpenAI开发的大型语言模型,基于GPT-4架构。我的任务是通过自然语言处理技术,与用户进行交流并提供帮助。我可以回答问题、提供建议、进行简单对话等。我的知识截止于2021年9月,所以关于那之后的信息可能无法为您提供准确的答案。请随时向我提问,我会尽我所能帮助您。 40 | 41 | ## [ChatGPT 使用途径](docs/ChatGPT_access.md) 42 | ## [与 ChatGPT 高效对话?——Prompt工程指南](docs/ChatGPT_prompts.md) 43 | ## [OpenAI GPTs 指南](https://github.com/EmbraceAGI/Awesome-AI-GPTs) 44 | ## [ChatGPT 顶级爆款开源项目(10K+ Stars)](docs/ChatGPT_Top_Project.md) 45 | ## [ChatGPT 应用](docs/ChatGPT_tools.md) 46 | ## [ChatGPT 插件](docs/ChatGPT_plugins.md) 47 | ## [ChatGPT 应用开发指南](docs/ChatGPT_dev.md) 48 | ## [LLM 开发 RAG 指南](docs/LLM_RAG.md) 49 | ## [Sora 指南](docs/Sora.md) 50 | ## [LLMs: 大模型](docs/LLMs.md) 51 | ## [AGI:通用人工智能之路](docs/AGI.md) 52 | ## [AI 生产力工具](docs/AI_tools.md) 53 | ## [AI 搞钱](docs/AI_money.md) 54 | ## [思考](docs/thinking.md) 55 | 56 | 57 | ## ChatGPT 使用交流 58 | 59 | **1.微信公众号** 60 | 61 | ![wx_gh](imgs/qrcode_for_wx_gh.jpg) 62 | 63 | **2.Telegram 电报** 64 | 65 | 欢迎加入电报交流群讨论 ChatGPT 相关资源及日常使用等相关话题: 66 | 67 | - 🚀[电报频道:ChatGPT 精选](https://t.me/AwesomeChatGPT)🚀 68 | - 🚀[电报交流群:ChatGPT 精选 Chat](https://t.me/+cBIhxVSwABg4Y2M5)🚀 69 | 70 | ## Star History 71 | 72 | [![Star History Chart](https://api.star-history.com/svg?repos=yzfly/awesome-chatgpt-zh&type=Date)](https://star-history.com/#yzfly/awesome-chatgpt-zh&Date) 73 | 74 | 75 | ## 贡献指南 76 | 77 | 欢迎通过 issue 或 PR 提交 ChatGPT 的相关项目,玩法,优质资源~ 78 | 79 | 也欢迎各种贡献,包括修复错误、添加新功能和改进文档。 80 | 81 | ## 致谢 82 | 83 | 我们要对以下项目表示衷心的感谢,他们为我们提供了宝贵的贡献和灵感: 84 | 85 | - [OpenAI](https://www.openai.com/),因为开发了 GPT 系列语言模型。 86 | - [GPT-4](https://github.com/openai/gpt-4),因为提供了底层语言模型。 87 | - [Hugging Face](https://huggingface.co/),因为他们在 NLP 和开源工具上的广泛工作。 88 | - [awesome-chatgpt](https://github.com/OpenMindClub/awesome-chatgpt),因为他们在 ChatGPT 方面的出色工作。 89 | - [awesome-chatgpt-prompts](https://github.com/f/awesome-chatgpt-prompts),因为他们提供了一系列有趣的 ChatGPT 提示。 90 | 91 | 92 | 我们非常感谢所有为这个项目做出贡献的个人,你们的努力和付出使这个项目不断进步和发展: 93 | 94 | - [SlimeNull](https://github.com/SlimeNull) 95 | - [SimFG](https://github.com/SimFG) 96 | - [wzpan](https://github.com/wzpan) 97 | - [eli64s](https://github.com/eli64s) 98 | 99 | 如果您做出了重大贡献并希望得到认可,请随时与我们联系或提交一个更新此部分的 Pull Request。 100 | -------------------------------------------------------------------------------- /docs/AGI.md: -------------------------------------------------------------------------------- 1 | ## AGI: 通用人工智能之路 2 | 3 | - [AGI: 通用人工智能之路](#agi-通用人工智能之路) 4 | - [Awesome-AGI](#awesome-agi) 5 | - [Auto-GPT](#auto-gpt) 6 | - [ChatGPT 控制所有AI模型: HuggingGPT](#chatgpt-控制所有ai模型-hugginggpt) 7 | - [babyagi](#babyagi) 8 | - [MiniGPT-4](#minigpt-4) 9 | - [更多 AGI 项目](#更多-agi-项目) 10 | 11 | ### [Awesome-AGI](https://github.com/EmbraceAGI/Awesome-AGI) 12 | AGI 精选资源,持续更新中,欢迎关注和 star~ 13 | 14 | ### [Auto-GPT](https://github.com/Significant-Gravitas/Auto-GPT) 15 | AutoGPT: prompt 工程的下一个前沿,通向 AGI 之路! 16 | 17 | 具体来说,AutoGPT 相当于给基于 GPT 的模型一个内存和一个身体。有了它,你可以把一项任务交给 AI 智能体,让它自主地提出一个计划,然后执行计划。此外其还具有互联网访问、长期和短期内存管理、用于文本生成的 GPT-4 实例以及使用 GPT-3.5 进行文件存储和生成摘要等功能。AutoGPT 用处很多,可用来分析市场并提出交易策略、提供客户服务、进行营销等其他需要持续更新的任务。 18 | 19 | 特斯拉前 AI 总监、刚刚回归 OpenAI 的 Andrej Karpathy 也大力宣传,并在推特赞扬:「AutoGPT 是 prompt 工程的下一个前沿。」 20 | 21 | AutoGPT 正在互联网上掀起一场风暴,它无处不在。很快,已经有网友上手实验了,该用户让 AutoGPT 建立一个网站,不到 3 分钟 AutoGPT 就成功了。期间 AutoGPT 使用了 React 和 Tailwind CSS,全凭自己,人类没有插手。看来程序员之后真就不再需要编码了。 22 | 23 | [在线体验](https://www.cognosys.ai/) 目前免费 24 | 25 | ### [ChatGPT 控制所有AI模型: HuggingGPT](https://arxiv.org/abs/2303.17580) 26 | 27 | [GitHub](https://github.com/microsoft/JARVIS) 28 | 29 | [Arxiv 论文]((https://arxiv.org/abs/2303.17580)) 30 | 31 | 大语言模型LLM在语言理解、生成、交互和推理方面的表现,让人想到: 32 | 33 | > 可以将它们作为中间控制器,来管理现有的所有AI模型,通过“调动和组合每个人的力量”,来解决复杂的AI任务。 34 | 35 | 在这个系统中,语言是通用的接口。 36 | 37 | 于是,HuggingGPT就诞生了。 38 | 39 | 它的工程流程分为四步: 40 | 41 | * 首先,任务规划。ChatGPT将用户的需求解析为任务列表,并确定任务之间的执行顺序和资源依赖关系。 42 | 43 | * 其次,模型选择。ChatGPT根据HuggingFace上托管的各专家模型的描述,为任务分配合适的模型。 44 | 45 | * 接着,任务执行。混合端点(包括本地推理和HuggingFace推理)上被选定的专家模型根据任务顺序和依赖关系执行分配的任务,并将执行信息和结果给到ChatGPT。 46 | 47 | * 最后,输出结果。由ChatGPT总结各模型的执行过程日志和推理结果,给出最终的输出。 48 | 49 | ### [babyagi](https://github.com/yoheinakajima/babyagi) 50 | 51 | [在线体验](https://godmode.space/) 52 | 53 | babyagi 是一个智能任务管理和解决工具,它结合了OpenAI GPT-4和Pinecone向量搜索引擎的力量,以自动完成和管理一系列任务,从一个初始任务开始,babyagi使用GPT4生成解决方案和新任务,并将解决方案存储在Pinecone中以便进一步检索。 54 | 55 | [中文博客-babyagi: 人工智能任务管理系统](https://juejin.cn/post/7218815501433946173) 56 | 57 | ![babyagi](imgs/babyagi.jpg) 58 | 59 | ### [MiniGPT-4](https://github.com/Vision-CAIR/MiniGPT-4) 60 | 61 | MiniGPT-4 项目破解了 GPT4 的魔法,树立了很好的一个示范和方向。借助各种基础开源模型模型的组合,迈出了可能实现多模态识别的一步。 62 | 63 | 1.NLP 部分采用 LLaMA, 效果虽然不如 GPT-4,但是基本合格 64 | 65 | 2.CV 部分采用了开源的诸多模型如 Timm,DeiT 等,展现了开源的力量 66 | 67 | 代码、文档、视频、演示网站等内容齐全完善,开源质量很高,代码编写也很精妙,值得关注学习! 68 | 69 | ### 更多 AGI 项目 70 | |名称|Stars|简介| 备注 | 71 | -|-|-|- 72 | |[Auto-GPT](https://github.com/Significant-Gravitas/Auto-GPT) |![GitHub Repo stars](https://badgen.net/github/stars/Significant-Gravitas/Auto-GPT)|An experimental open-source attempt to make GPT-4 fully autonomous.|-| 73 | |[Auto-GPT-Plugins](https://github.com/Significant-Gravitas/Auto-GPT-Plugins) |![GitHub Repo stars](https://badgen.net/github/stars/Significant-Gravitas/Auto-GPT-Plugins)|Plugins for Auto-GPT.|-| 74 | |[AutoGPT.js](https://github.com/zabirauf/AutoGPT.js)|![GitHub Repo stars](https://badgen.net/github/stars/zabirauf/AutoGPT.js)|Auto-GPT on the browser.|-| 75 | |[AutoGPT-GUI](https://github.com/thecookingsenpai/autogpt-gui)|![GitHub Repo stars](https://badgen.net/github/stars/thecookingsenpai/autogpt-gui)|A graphical user interface for AutoGPT.|AutoGPT 项目的图形界面| 76 | |[AgentGPT](https://github.com/reworkd/AgentGPT) |![GitHub Repo stars](https://badgen.net/github/stars/reworkd/AgentGPT)|Assemble, configure, and deploy autonomous AI Agents in your browser.|-| 77 | |[JARVIS](https://github.com/microsoft/JARVIS)|![GitHub Repo stars](https://badgen.net/github/stars/microsoft/JARVIS)|A system to connect LLMs with ML community.|-| 78 | |[babyagi](https://github.com/yoheinakajima/babyagi)|![GitHub Repo stars](https://badgen.net/github/stars/yoheinakajima/babyagi)|Use OpenAI and Pinecone APIs to create, prioritize, and execute tasks.|[中文博客-babyagi: 人工智能任务管理系统](https://juejin.cn/post/7218815501433946173)| 79 | |[OpenAGI](https://github.com/agiresearch/OpenAGI) |![GitHub Repo stars](https://badgen.net/github/stars/agiresearch/OpenAGI)|When LLM (Large Language Models) Meets Domain Experts.|-| 80 | |[AI-legion](https://github.com/eumemic/ai-legion)|![GitHub Repo stars](https://badgen.net/github/stars/eumemic/ai-legion)|An LLM-powered autonomous agent platform.|-| 81 | |[MicroGPT](https://github.com/muellerberndt/micro-gpt)|![GitHub Repo stars](https://badgen.net/github/stars/muellerberndt/micro-gpt)|A minimal generic autonomous agent based on GPT3.5/4. Can analyze stock prices, perform network security tests, create art, and order pizza.|-| 82 | |[MiniGPT-4](https://github.com/Vision-CAIR/MiniGPT-4)|![GitHub Repo stars](https://badgen.net/github/stars/Vision-CAIR/MiniGPT-4)|MiniGPT-4: Enhancing Vision-language Understanding with Advanced Large Language Models.|-| 83 | |[Agent-LLM](https://github.com/Josh-XT/Agent-LLM)|![GitHub Repo stars](https://badgen.net/github/stars/Josh-XT/Agent-LLM)|An Artificial Intelligence Automation Platform. AI Instruction management from various providers, has an adaptive memory, and a versatile plugin system with many commands including web browsing.| 人工智能自动化平台。https://agent-llm.com/| 84 | |[Free-AUTO-GPT-with-NO-API](https://github.com/IntelligenzaArtificiale/Free-AUTO-GPT-with-NO-API)|![GitHub Repo stars](https://badgen.net/github/stars/IntelligenzaArtificiale/Free-AUTO-GPT-with-NO-API)|Free Auto GPT with NO paids API is a repository that offers a simple version of Auto GPT, an autonomous AI agent capable of performing tasks independently. Unlike other versions, our implementation does not rely on any paid OpenAI API, making it accessible to anyone.|不用花大价钱使用API key 跑 AutoGPT, BabyAGI, AgentGPT 项目啦。 需要有 ChatGPT 账号,然后浏览器登陆拿到 Cookie Value 使用。 或者使用 huggingFace 的 chat 模型,详情参照项目说明。| 85 | |[opencog](https://github.com/opencog/opencog)|![GitHub Repo stars](https://badgen.net/github/stars/opencog/opencog)|A framework for integrated Artificial Intelligence & Artificial General Intelligence (AGI).|集成人工智能和通用人工智能(AGI)的框架。| 86 | |[mini-agi](https://github.com/muellerberndt/mini-agi)|![GitHub Repo stars](https://badgen.net/github/stars/muellerberndt/mini-agi)|MiniAGI is a minimal general-purpose autonomous agent based on GPT-3.5 / GPT-4. Can analyze stock prices, perform network security tests, create art, and order pizza.|基于 GPT-3.5 / GPT-4 的迷你AGI。 可以分析股票价格、执行网络安全测试、创作艺术品和订购比萨。| 87 | |[big-agi](https://github.com/enricoros/big-agi)|![GitHub Repo stars](https://badgen.net/github/stars/enricoros/big-agi)|Personal AI application powered by GPT-4 and beyond, with AI personas, AGI functions, text-to-image, voice, response streaming, code highlighting and execution, PDF import, presets for developers, much more. Deploy and gift #big-AGI-energy! Using Next.js, React, Joy.|GPT-4 驱动的个人 AI 应用,[big-agi](https://big-agi.com/)| 88 | |[LocalAGI](https://github.com/EmbraceAGI/LocalAGI)|![GitHub Repo stars](https://badgen.net/github/stars/EmbraceAGI/LocalAGI)|Locally run AGI powered by LLaMA, ChatGLM and more.|基于 LLMDA, ChatGLM 等模型的本地 AGI 项目| -------------------------------------------------------------------------------- /docs/AI_money.md: -------------------------------------------------------------------------------- 1 | ## AI 如何搞钱 2 | 3 | ### 网站 4 | * [17yongai.com](https://17yongai.com/) 打破AI信息壁垒 智能化搞副业赚钱 5 | 6 | ### AI 搞钱指南 7 | 8 | |名称|Stars|简介| 备注 | 9 | |-------|-------|-------|------| 10 | |[aimoneyhunter](https://github.com/bleedline/aimoneyhunter) | ![GitHub Repo stars](https://badgen.net/github/stars/bleedline/aimoneyhunter) | - |ai副业赚钱资讯信息的大合集| -------------------------------------------------------------------------------- /docs/AI_tools.md: -------------------------------------------------------------------------------- 1 | ## AI 生产力工具 2 | 3 | ### AI 绘画 4 | 5 | - [Midjourney](https://www.midjourney.com/home/) 6 | - [MidJourney提示词工具](https://aijiaolian.chat/midjourney) 7 | - [Stable Diffusion](https://stablediffusionweb.com/) 8 | - [DALL·E 2](https://labs.openai.com/) 9 | 10 | ### 代码生成 11 | 12 | - [Copilot](https://github.com/features/copilot) 13 | - [Codeium](https://codeium.com/) 14 | - [Replit](https://replit.com/) 15 | 16 | ### AI辅助写作 17 | 18 | - [ChatGPT](https://chat.openai.com/) 19 | - [Craft](https://www.craft.do/) 20 | - [Notion](https://notion.so/) 21 | - [Compose AI](https://www.compose.ai/) 22 | - [copy.ai](http://copy.ai/) 23 | - [Jasper](https://www.jasper.ai/) 24 | - [copysmith](https://copysmith.ai/) 25 | 26 | ### PPT生成 27 | 28 | - [Tome](https://beta.tome.app/) 29 | - [beautiful.ai](https://www.beautiful.ai/) 30 | - [gamma](https://gamma.app/) 31 | 32 | ### 语音/视频合成 33 | 34 | - [Murf AI](https://murf.ai/) 35 | - [Resemble AI](https://www.resemble.ai/) 36 | - [Synthesia](https://www.synthesia.io/) 37 | - [Adobe Podcast](https://podcast.adobe.com/) 38 | 39 | ### [AI 研究所](https://www.aiyjs.com/) 40 | 41 | AI研究所:一个收录 AI 相关工具和AI资讯的中文网站 42 | 43 | ![ai_yjs](imgs/ai_yjs.jpg) -------------------------------------------------------------------------------- /docs/ChatGPT_Top_Project.md: -------------------------------------------------------------------------------- 1 | ## GitHub 上的顶级爆款 ChatGPT 相关项目(10K+ Stars) 2 | 3 | |名称|Stars|简介|备注| 4 | |---|---|---|---| 5 | |[Auto-GPT](https://github.com/Significant-Gravitas/Auto-GPT) |![GitHub Repo stars](https://badgen.net/github/stars/Significant-Gravitas/Auto-GPT)|An experimental open-source attempt to make GPT-4 fully autonomous.|-| 6 | | [awesome-chatgpt-prompts](https://github.com/f/awesome-chatgpt-prompts) | ![GitHub Repo stars](https://badgen.net/github/stars/f/awesome-chatgpt-prompts) | This repo includes ChatGPT prompt curation to use ChatGPT better. | ChatGPT 精选 prompt | 7 | |[langchain](https://github.com/hwchase17/langchain)|![GitHub Repo stars](https://badgen.net/github/stars/hwchase17/langchain)|Building applications with LLMs through composability|开发自己的 ChatGPT 应用| 8 | |[gpt4free](https://github.com/xtekky/gpt4free)|![GitHub Repo stars](https://badgen.net/github/stars/xtekky/gpt4free)|提供 GPT-4/3.5 的来自各种网站的逆向 API,来自 ChatGPT、poe.com 等各种网站,可以像Openai的官方软件包一样使用。|免费的编程接口!还有 GPT-4 !不错!| 9 | |[openai-cookbook](https://github.com/openai/openai-cookbook)|![GitHub Repo stars](https://badgen.net/github/stars/openai/openai-cookbook)|Examples and guides for using the OpenAI API|OpenAI API 官方使用指南| 10 | |[gpt4all](https://github.com/nomic-ai/gpt4all) |![GitHub Repo stars](https://badgen.net/github/stars/nomic-ai/gpt4all)|基于 LLaMa 的 LLM 助手,提供训练代码、数据和演示,训练一个自己的 AI 助手。|-| 11 | | [🧠ChatGPT 中文调教指南](https://github.com/PlexPt/awesome-chatgpt-prompts-zh) | ![GitHub Repo stars](https://badgen.net/github/stars/PlexPt/awesome-chatgpt-prompts-zh) | - | ChatGPT 中文调教指南。各种场景使用指南。学习怎么让它听你的话。 | 12 | |[lencx/ChatGPT](https://github.com/lencx/ChatGPT)|![GitHub Repo stars](https://badgen.net/github/stars/lencx/ChatGPT)|基于 tauri 的跨平台 ChatGPT 客户端, 支持: Windows, Linux, MacOS, 应用内嵌入 ChatGPT 网页.| 需要翻墙。| 13 | |[ChatGPT-Next-Web](https://github.com/Yidadaa/ChatGPT-Next-Web) |![GitHub Repo stars](https://badgen.net/github/stars/Yidadaa/ChatGPT-Next-Web)|One-Click to deploy well-designed ChatGPT web UI on Vercel. |一键拥有你自己的 ChatGPT 网页服务。| 14 | | [Prompt Engineering Guide](https://github.com/dair-ai/Prompt-Engineering-Guide) | ![GitHub Repo stars](https://badgen.net/github/stars/dair-ai/Prompt-Engineering-Guide) | 🐙 Guides, papers, lecture, notebooks and resources for prompt engineering | 提示工程的指南、论文、讲座、笔记本和资源 | 15 | |[gpt-engineer](https://github.com/AntonOsika/gpt-engineer)|![GitHub Repo stars](https://badgen.net/github/stars/AntonOsika/gpt-engineer)|Specify what you want it to build, the AI asks for clarification, and then builds it.|用 GPT 编写整个项目代码!| 16 | |[open-interpreter](https://github.com/KillianLucas/open-interpreter)|![GitHub Repo stars](https://badgen.net/github/stars/KillianLucas/open-interpreter)|OpenAI's Code Interpreter in your terminal, running locally.|OpenAI 代码解释器的开源实现| 17 | |[Open-Assistant](https://github.com/LAION-AI/Open-Assistant)|![GitHub Repo stars](https://badgen.net/github/stars/LAION-AI/Open-Assistant)|-|知名 AI 机构 LAION-AI 开源的聊天助手,聊天能力很强,目前中文能力较差。| 18 | |[llama.cpp](https://github.com/ggerganov/llama.cpp)|![GitHub Repo stars](https://badgen.net/github/stars/ggerganov/llama.cpp)|-|实现在MacBook上运行模型。| 19 | |[privateGPT](https://github.com/imartinez/privateGPT)|![GitHub Repo stars](https://badgen.net/github/stars/imartinez/privateGPT)|基于 Llama 的本地私人文档助手|-| 20 | |[ChatGLM-6B](https://github.com/THUDM/ChatGLM-6B) |![GitHub Repo stars](https://badgen.net/github/stars/THUDM/ChatGLM-6B)|ChatGLM-6B: An Open Bilingual Dialogue Language Model |ChatGLM-6B 是清华出品的开源的支持中英双语的对话语言模型。| 21 | |[Stanford Alpaca](https://github.com/tatsu-lab/stanford_alpaca) |![GitHub Repo stars](https://badgen.net/github/stars/tatsu-lab/stanford_alpaca)|来自斯坦福,建立并共享一个遵循指令的LLaMA模型。|-| 22 | |[AgentGPT](https://github.com/reworkd/AgentGPT) |![GitHub Repo stars](https://badgen.net/github/stars/reworkd/AgentGPT)|Assemble, configure, and deploy autonomous AI Agents in your browser.|-| 23 | |[JARVIS](https://github.com/microsoft/JARVIS)|![GitHub Repo stars](https://badgen.net/github/stars/microsoft/JARVIS)|A system to connect LLMs with ML community.|-| 24 | |[babyagi](https://github.com/yoheinakajima/babyagi)|![GitHub Repo stars](https://badgen.net/github/stars/yoheinakajima/babyagi)|Use OpenAI and Pinecone APIs to create, prioritize, and execute tasks.|[中文博客-babyagi: 人工智能任务管理系统](https://juejin.cn/post/7218815501433946173)| 25 | |[chatbox](https://github.com/Bin-Huang/chatbox)|![GitHub Repo stars](https://badgen.net/github/stars/Bin-Huang/chatbox)|开源的ChatGPT桌面应用,prompt 开发神器|全平台支持,下载安装包就能用| 26 | |[高质量导师提示词 Mr.-Ranedeer-AI-Tutor](https://github.com/JushBJJ/Mr.-Ranedeer-AI-Tutor)|![GitHub Repo stars](https://badgen.net/github/stars/JushBJJ/Mr.-Ranedeer-AI-Tutor)|A GPT-4 AI Tutor Prompt for customizable personalized learning experiences.|极具参考价值的提示词| 27 | |[微软 guidance](https://github.com/microsoft/guidance)|![GitHub Repo stars](https://badgen.net/github/stars/microsoft/guidance)|A guidance language for controlling large language models.|更好的控制大模型工具| -------------------------------------------------------------------------------- /docs/ChatGPT_access.md: -------------------------------------------------------------------------------- 1 | ## 使用途径 2 | 3 | - [使用途径](#使用途径) 4 | - [💻 OpenAI 官网](#-openai-官网) 5 | - [Plus 开通教程](#plus-开通教程) 6 | - [判断是否为 GPT-4](#判断是否为-gpt-4) 7 | - [💻 poe](#-poe) 8 | - [💻 微软必应](#-微软必应) 9 | - [免费使用 ChatGPT](#免费使用-chatgpt) 10 | - [💻 第三方 ChatGPT 客户端](#-第三方-chatgpt-客户端) 11 | - [💻 国外竞品](#-国外竞品) 12 | - [💻 国产 ChatGPT 类似产品](#-国产-chatgpt-类似产品) 13 | 14 | 15 | ### 💻 [OpenAI 官网](https://ai.com) 16 | 17 | (推荐) 注册后免费使用,无次数限制,官方出品,性能最强,技术最佳。缺点是国内注册困难: 18 | * 需要科学上网,使用的代理 IP 质量不好的话无法成功 19 | * 需要国外手机号验证,google voice 等虚拟号码无法通过验证,可使用淘宝解决 20 | * 国内注册教程及各种问题解决: https://ssw9noe1h6.feishu.cn/wiki/wikcnEeq5F16jdZo7KjmUa1Lh3g 21 | 22 | #### Plus 开通教程 23 | 24 | 有以下几种方法: 25 | * [bewildcard 一站式服务](https://bewildcard.com/i/AIGPT) 这个网站可以开张虚拟信用卡,送3次英国手机号验证码,可以用来注册账号,送3次远程操作,可以绑openai的api和升级plus,一次性解决openai所有问题,使用邀请码 `AIGPT` 有优惠 26 | * [ChatGPT Plus 最新开通攻略:美区App Store方案(20230529更新)](https://juejin.cn/post/7238423148555812925),或者参考这个 [ChatGPT APP Plus升级全记录:购买礼品卡、兑换和处理失败](https://zhuanlan.zhihu.com/p/631923304) 27 | * [nobepay 开卡:](https://zhuanlan.zhihu.com/p/619289623), 【[nobepay 官网](https://www.nobepay.com/)】,【[防止失效备份教程](imgs/nobepay_chatgpt.png)】 技术路线是: RMB -> nobepay 虚拟卡 -> 充值,优点是操作简单,缺点是需要绑定微信手机号等个人信息 28 | * 找有美国卡的朋友代充 29 | 30 | ![ChatGPT](imgs/openai_chatgpt.jpg) 31 | 32 | #### 判断是否为 GPT-4 33 | * 西红柿炒钢丝球怎么做。目前只看到 GPT-4 回复说钢丝球不能吃。 34 | * [只有 GPT4 能够回答,非 GPT4 无法回答"的问题收集](https://www.v2ex.com/t/947700) 35 | 36 | ### 💻 [poe](https://poe.com/chatgpt) 37 | 38 | (推荐) 注册后免费使用,可免费试用当前最先进的 GPT-4,提供多种模型选择。能科学上网即可注册,有 iPhone 客户端可以使用。 39 | 40 | ![poe](imgs/poe.jpg) 41 | 42 | ### 💻 [微软必应](https://www.bing.com/) 43 | 44 | (推荐) 注册后免费使用,有次数限制(经常调整),需要使用微软的 Edge 浏览器访问 www.bing.com, 国内会重定向到 cn.bing.com 导致无法使用。国内使用有两种方法: 45 | * 科学上网访问 www.bing.com 46 | * 重定向访问 www.bing.com 47 | * [国内使用教程](https://juejin.cn/post/7199557716998078522) 48 | * [如果不想使用 Edge 想使用 Chrome 教程](https://cloud.tencent.com/developer/article/2235566) 49 | * [第三方开发者开发的 bing 客户端:BingGPT](https://github.com/dice2o/BingGPT) 50 | 51 | ![new_bing](imgs/new_bing.jpg) 52 | 53 | ### 免费使用 ChatGPT 54 | * [免费的 ChatGPT 镜像网站列表](https://github.com/LiLittleCat/awesome-free-chatgpt) 55 | * [国内可使用ChatGPT镜像站点: carrot](https://github.com/xx025/carrot) 56 | * [可以直接在国内访问的ChatGPT网站](examples/free_chatgpt_website.md) 57 | 58 | ### 💻 第三方 ChatGPT 客户端 59 | 60 | 第三方客户端很多,基本都是通过调用 OpenAI 的 API 实现,这些客户端往往需要你自备 OpenAI 的 Api Key 使用。 61 | 62 | |名称|Stars|简介|备注| 63 | |---|---|---|---| 64 | |[lencx/ChatGPT](https://github.com/lencx/ChatGPT)|![GitHub Repo stars](https://badgen.net/github/stars/lencx/ChatGPT)|基于 tauri 的跨平台 ChatGPT 客户端, 支持: Windows, Linux, MacOS, 应用内嵌入 ChatGPT 网页.| 需要翻墙。| 65 | |[chatbox](https://github.com/Bin-Huang/chatbox)|![GitHub Repo stars](https://badgen.net/github/stars/Bin-Huang/chatbox)|开源的ChatGPT桌面应用,prompt 开发神器|全平台支持,下载安装包就能用| 66 | |[Chuanhu ChatGPT](https://github.com/GaiZhenbiao/ChuanhuChatGPT)|![GitHub Repo stars](https://badgen.net/github/stars/GaiZhenbiao/ChuanhuChatGPT)|为ChatGPT API提供了一个轻快好用的 Web 图形界面|支持直接在Hugging Face上部署,很方便。| 67 | |[ChatGPT-Desktop](https://github.com/Synaptrix/ChatGPT-Desktop)|![GitHub Repo stars](https://badgen.net/github/stars/Synaptrix/ChatGPT-Desktop)|ChatGPT-Desktop应用|-| 68 | |[ChatGPT-Desktop](https://github.com/ChatGPT-Desktop/ChatGPT-Desktop)|![GitHub Repo stars](https://badgen.net/github/stars/ChatGPT-Desktop/ChatGPT-Desktop)|基于 tauri + vue3 开发的跨平台桌面端应用|需要自行准备 API KEY 使用。| 69 | 70 | ### 💻 国外竞品 71 | 151 | 152 | ### 💻 国产 ChatGPT 类似产品 153 |