Skip to content

Commit 4e84204

Browse files
author
ityaozm@gmail.com
committed
docs(commit): Update dependencies in README files
- Updated the dependencies list in the README files. - Added GitHub Copilot CLI to the list. - Removed unnecessary dependencies from the list. - Fixed typo in one of the dependencies. - Made formatting improvements to the README files.
1 parent 8f86854 commit 4e84204

File tree

4 files changed

+12
-3
lines changed

4 files changed

+12
-3
lines changed

README-ja_JP.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
- [x] [Bito Cli](https://github.com/gitbito/CLI)
2020
- [x] [ERNIE-Bot-turbo](https://cloud.baidu.com/doc/WENXINWORKSHOP/s/Nlks5zkzu#ernie-bot-turbo)
2121
- [x] [ERNIE-Bot](https://cloud.baidu.com/doc/WENXINWORKSHOP/s/Nlks5zkzu#ernie-bot)
22+
- [x] [GitHub Copilot CLI](https://github.com/github/gh-copilot)
2223
- [x] [Moonshot](https://platform.moonshot.cn/docs/api-reference)
2324
- [x] [OpenAI Chat](https://platform.openai.com/docs/api-reference/chat)
2425
- [x] [OpenAI](https://platform.openai.com/docs/api-reference/completions)

README-zh_CN.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
- [x] [Bito Cli](https://github.com/gitbito/CLI)
2020
- [x] [ERNIE-Bot-turbo](https://cloud.baidu.com/doc/WENXINWORKSHOP/s/Nlks5zkzu#ernie-bot-turbo)
2121
- [x] [ERNIE-Bot](https://cloud.baidu.com/doc/WENXINWORKSHOP/s/Nlks5zkzu#ernie-bot)
22+
- [x] [GitHub Copilot CLI](https://github.com/github/gh-copilot)
2223
- [x] [Moonshot](https://platform.moonshot.cn/docs/api-reference)
2324
- [x] [OpenAI Chat](https://platform.openai.com/docs/api-reference/chat)
2425
- [x] [OpenAI](https://platform.openai.com/docs/api-reference/completions)

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
- [x] [Bito Cli](https://github.com/gitbito/CLI)
2121
- [x] [ERNIE-Bot-turbo](https://cloud.baidu.com/doc/WENXINWORKSHOP/s/Nlks5zkzu#ernie-bot-turbo)
2222
- [x] [ERNIE-Bot](https://cloud.baidu.com/doc/WENXINWORKSHOP/s/Nlks5zkzu#ernie-bot)
23+
- [x] [GitHub Copilot CLI](https://github.com/github/gh-copilot)
2324
- [x] [Moonshot](https://platform.moonshot.cn/docs/api-reference)
2425
- [x] [OpenAI Chat](https://platform.openai.com/docs/api-reference/chat)
2526
- [x] [OpenAI](https://platform.openai.com/docs/api-reference/completions)

composer.json

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,16 @@
2121
"git-diff",
2222
"gpt",
2323
"keepachangelog",
24-
"openai",
2524
"bito",
26-
"ERNIE Bot",
27-
"文心一言"
25+
"cli",
26+
"copilot",
27+
"github",
28+
"ernie",
29+
"bot",
30+
"文心一言",
31+
"kimi",
32+
"moonshot",
33+
"openai"
2834
],
2935
"readme": "README.md",
3036
"authors": [

0 commit comments

Comments
 (0)