We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3084416 + 693721a commit 2cf0a02Copy full SHA for 2cf0a02
2 files changed
README.md
@@ -153,6 +153,8 @@ pipenv run pre-commit install
153
にゃーん ... 「よしよし」と返す。
154
おみくじ ... おみくじを引いて返す。
155
version ... バージョン情報を表示する。
156
+ chat [text] ... ChatGPTで文章生成する。
157
+ 画像生成 [text] ... openAIのImage generationで画像生成する。
158
```
159
160
## バージョンアップによる変更点
commands.txt
@@ -19,3 +19,5 @@ text delete [int] ... 指定した番号[int]のパワーワードを削除す
19
20
21
22
+chat [text] ... ChatGPTで文章生成する。
23
+画像生成 [text] ... openAIのImage generationで画像生成する。
0 commit comments