Add commitgpt

This commit is contained in:
Eason Chang 2022-12-06 23:15:17 +08:00 committed by GitHub
parent 7ff7196dc5
commit f06c536a6d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 11 additions and 1 deletions

View File

@ -17,6 +17,7 @@
- [官方資源](#官方資源)
- [在任何地方使用 ChatGPT](#在任何地方使用-chatgpt)
- [擴展 ChatGPT 功能](#擴展-chatgpt-功能)
- [延伸應用](#延伸應用)
- [提示詞Prompts](#提示詞prompts)
- [開發工具API、SDK](#開發工具apisdk)
- [實驗](#實驗)
@ -44,7 +45,11 @@
## 擴展 ChatGPT 功能
- [ShareGPT](https://sharegpt.com/): 輕鬆分享 ChatGPT 對話紀錄。([demo](https://twitter.com/steventey/status/1599816553490366464)
- [ChatGPT export to PNG/PDF/HTML](https://github.com/liady/ChatGPT-pdf): Chrome 瀏覽器擴充套件,能將 ChatGPT 紀錄下載成 PNG、PDF 檔,或產生可分享的連結。
- [ChatGPT export to PNG/PDF/HTML](https://github.com/liady/ChatGPT-pdf)Chrome 瀏覽器擴充套件,能將 ChatGPT 紀錄下載成 PNG、PDF 檔,或產生可分享的連結。
## 延伸應用
- [commitgpt](https://github.com/RomanHotsiy/commitgpt):自動產生 commit 訊息。
## 提示詞Prompts

View File

@ -17,6 +17,7 @@
- [Official Resource](#official-resource)
- [Use ChatGPT anywhere](#use-chatgpt-anywhere)
- [Extend ChatGPT feature](#extend-chatgpt-feature)
- [Applications](#applications)
- [Prompts](#prompts)
- [Development tools (API, SDK)](#development-tools-api-sdk)
- [Experiments](#experiments)
@ -46,6 +47,10 @@
- [ShareGPT](https://sharegpt.com/): Share your wildest ChatGPT conversations with one click. ([demo](https://twitter.com/steventey/status/1599816553490366464))
- [ChatGPT export to PNG/PDF/HTML](https://github.com/liady/ChatGPT-pdf): Chrome extension for downloading your ChatGPT history to PNG, PDF or a sharable link.
## Applications
- [commitgpt](https://github.com/RomanHotsiy/commitgpt): Automatically generate commit messages using ChatGPT.
## Prompts
- [Awesome ChatGPT Prompts](https://github.com/f/awesome-chatgpt-prompts): ChatGPT prompts that works well.