Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/JornShen/chatgpt-awesome
chatgpt github 项目指南
https://github.com/JornShen/chatgpt-awesome
List: chatgpt-awesome
Last synced: 16 days ago
JSON representation
chatgpt github 项目指南
- Host: GitHub
- URL: https://github.com/JornShen/chatgpt-awesome
- Owner: JornShen
- License: apache-2.0
- Created: 2023-03-11T15:44:38.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-03-27T16:18:56.000Z (over 1 year ago)
- Last Synced: 2024-11-25T17:02:10.730Z (26 days ago)
- Homepage:
- Size: 17.6 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- ultimate-awesome - chatgpt-awesome - Chatgpt GitHub 项目指南. (Other Lists / PowerShell Lists)
README
# ChatGPT 项目导航
# 免费体验地址
- [carrot](https://github.com/xx025/carrot) | 网页链接 [site.loefairy.top](https://site.loefairy.top/)# 客户端
- chatgpt 非官方桌面 client [lencx/ChatGPT](https://github.com/lencx/ChatGPT)- mac menubar [chatgpt-mac](https://github.com/vincelwt/chatgpt-mac)
- 跨平台的 openai client 同时自带管理工具 [chatbox](https://github.com/Bin-Huang/chatbox)
- 和浏览器深度集成 [chatGPTBox](https://github.com/josStorer/chatGPTBox)
- 本地浏览器客户端 [chatbot-ui](https://github.com/mckaywrigley/chatbot-ui)
- shell 客户端 [shell_gpt](https://github.com/TheR1D/shell_gpt)
- 川虎 Chatgpt [ChuanhuChatGPT](https://github.com/GaiZhenbiao/ChuanhuChatGPT)
- 中科院科研工作专用ChatGPT [chatgpt_academic](https://github.com/binary-husky/chatgpt_academic)
- bing的聊天客户端 [BingGPT](https://github.com/dice2o/BingGPT)
# 平台集成
在各个平台上使用 ChatGPT## 微信
- [fuergaosi233/wechat-chatgpt](https://github.com/fuergaosi233/wechat-chatgpt)
- [zhayujie/chatgpt-on-wechat](https://github.com/zhayujie/chatgpt-on-wechat)
- [AutumnWhj/ChatGPT-wechat-bot](https://github.com/AutumnWhj/ChatGPT-wechat-bot)
- [chatgpt-mirai-qq-bot](https://github.com/lss233/chatgpt-mirai-qq-bot)## 钉钉
- [chatgpt-dingtalk](https://github.com/eryajf/chatgpt-dingtalk)## 飞书
- [larkgpt](https://github.com/bytemate/larkgpt)
- [ChatGPT-Feishu](https://github.com/bestony/ChatGPT-Feishu)
- [feishu-chatgpt](https://github.com/Leizhenpeng/feishu-chatgpt)## telegram
- [chatgpt-telegram](https://github.com/m1guelpf/chatgpt-telegram)## Slack
- [ChatGPTSlackBot](https://github.com/pedrorito/ChatGPTSlackBot)
- [myGPTReader](https://github.com/madawei2699/myGPTReader)## VSCode
- [mpociot/chatgpt-vscode](https://github.com/mpociot/chatgpt-vscode)
- [gencay/vscode-chatgpt](https://github.com/gencay/vscode-chatgpt)## chrome 插件
- 支持页面上文字输入框接入 chatgpt [chatgpt-chrome-extension](https://github.com/gragland/chatgpt-chrome-extension)
- 支持语音和 chatgpt 交互 [talk-to-chatgpt](https://github.com/C-Nedelcu/talk-to-chatgpt)
- 谷歌搜索结果接入 [chatgpt-google-extension](https://github.com/wong2/chatgpt-google-extension)
- 支持 bing和chatgpt 同时聊天[chathub](https://github.com/chathub-dev/chathub)
- [chatgpt-twitter-bot](https://github.com/transitive-bullshit/chatgpt-twitter-bot)# 调教指南
让 chatgpt 根据我们的输入,扮演某个角色
- [英文调教 awesome-chatgpt-prompts](https://github.com/f/awesome-chatgpt-prompts)- [中文调教 awesome-chatgpt-prompts-zh](https://github.com/PlexPt/awesome-chatgpt-prompts-zh)
# SDK
不同语言的 client 端
- nodeJS [chatgpt-api](https://github.com/transitive-b-ullshit/chatgpt-api)- java [chatgpt-java](https://github.com/PlexPt/chatgpt-java)
- go [go-openai](https://github.com/sashabaranov/go-openai)
- python [chatgpt-python](https://github.com/labteral/chatgpt-python)
- cpp [openai-cpp](https://github.com/olrea/openai-cpp) | [ChatGPT-Cpp](https://github.com/deni2312/ChatGPT-Cpp)
# 应用增强
- 支持图像聊天 [visual-chatgpt](https://github.com/microsoft/visual-chatgpt)- 写出一定风格的推特简介 [twitterbio](https://github.com/Nutlope/twitterbio)
- 划词翻译应用 [openai-translator](https://github.com/yetone/openai-translator)
- Paper 总结工具 [ChatPaper](https://github.com/kaixindelele/ChatPaper)
- 用对话方式了解pdf文章 [gpt4-pdf-chatbot-langchain](https://github.com/mayooear/gpt4-pdf-chatbot-langchain)
- kubectl命名集成chatgpt [kubectl-ai](https://github.com/sozercan/kubectl-ai)
- chatgpt 检索插件 [chatgpt-retrieval-plugin](https://github.com/openai/chatgpt-retrieval-plugin)
# 开发者工具
- ChatGPT CodeReview [chatgpt-action](https://github.com/kxxt/chatgpt-action)- 运维平台代码生成器 [gofireflyio/aiac](https://github.com/gofireflyio/aiac)
- openai 调用案例 [openai-cookbook](https://github.com/openai/openai-cookbook)
- 和 Unity Editor 集成 [AICommand](https://github.com/keijiro/AICommand)
- AI代码编辑器 [cursor](https://github.com/getcursor/cursor)
- Blender 内集成GPT能力 [BlenderGPT](https://github.com/gd3kr/BlenderGPT)
# Server
服务端
- [ChatGPT-API-server](https://github.com/acheong08/ChatGPT-API-server)
- [chatapi-single](https://github.com/bytemate/chatapi-single)# Demo
- web 界面展示 [chatgpt-web](https://github.com/Chanzhaoyu/chatgpt-web)- demo show [chatgpt-demo](https://github.com/ddiu8081/chatgpt-demo)
- 基于 laf 开发的 chatGPT 点开即聊 [chatGPT](https://github.com/zuoFeng59556/chatGPT)
- azure 部署使用 openai 来检索发现信息 [azure-search-openai-demo](https://github.com/Azure-Samples/azure-search-openai-demo)
# 基础工具
- 为各种应用程序创建专用和通用聊天机器人的基础库 [OpenChatKit](https://github.com/togethercomputer/OpenChatKit)# 其他导航
- [awesome-chatgpt](https://github.com/humanloop/awesome-chatgpt)# 方案替代
- 平价的chatgpt实现方案 [ChatGLM-Tuning](https://github.com/mymusise/ChatGLM-Tuning)
- chatgpt开源替代品 [awesome-totally-open-chatgpt](https://github.com/nichtdax/awesome-totally-open-chatgpt)
---
持续更新中,欢迎 PR :)